Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include an example of middleware to handle error pages #909

Merged
merged 1 commit into from
Jun 3, 2016

Conversation

djmitche
Copy link
Contributor

@djmitche djmitche commented Jun 3, 2016

This serves both as an example of middleware, and as a useful hint as to
how to produce custom error pages (a common request). Fixes #888.

This serves both as an example of middleware, and as a useful hint as to
how to produce custom error pages (a common request).  Fixes aio-libs#888.
@coveralls
Copy link

coveralls commented Jun 3, 2016

Coverage Status

Coverage remained the same at 98.101% when pulling d9c538c on djmitche:issue888 into 0c912be on KeepSafe:master.

@asvetlov asvetlov merged commit 3177933 into aio-libs:master Jun 3, 2016
@asvetlov
Copy link
Member

asvetlov commented Jun 3, 2016

Thanks

djmitche added a commit to djmitche/aiohttp that referenced this pull request Jun 3, 2016
Users can specify `max_headers`, `max_line_size`, and `max_field_size`
via `app.make_handler()`.  Fixes aio-libs#909.
djmitche added a commit to djmitche/aiohttp that referenced this pull request Jun 3, 2016
Users can specify `max_headers`, `max_line_size`, and `max_field_size`
via `app.make_handler()`.  Fixes aio-libs#909.
asvetlov pushed a commit that referenced this pull request Jul 12, 2016
* Do not fail logging if message is not defined

* Allow user specification of max_headers, etc.

Users can specify `max_headers`, `max_line_size`, and `max_field_size`
via `app.make_handler()`.  Fixes #909.
@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document/example for custom 404 and 405
3 participants