8673021ad4
* Allow non-conforming ErrorHandlers (#2259) * Allow non-conforming ErrorHandlers * Rename to legacy lookup * Updated depnotice * Bump version * Fix formatting * Remove unused import * Fix error messages * Add error format commit and merge conflicts * Make HTTP connections start in IDLE stage, avoiding delays and error messages (#2268) * Make all new connections start in IDLE stage, and switch to REQUEST stage only once any bytes are received from client. This makes new connections without any request obey keepalive timeout rather than request timeout like they currently do. * Revert typo * Remove request timeout endpoint test which is no longer working (still tested by mocking). Fix mock timeout test setup. Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com> * Bump version * Add error format from config replacement objects * Cleanup mistaken print statement * Cleanup reversions * Bump version Co-authored-by: L. Kärkkäinen <98187+Tronic@users.noreply.github.com> Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com> |
||
---|---|---|
.. | ||
mixins | ||
models | ||
server | ||
touchup | ||
__init__.py | ||
__main__.py | ||
__version__.py | ||
app.py | ||
asgi.py | ||
base.py | ||
blueprint_group.py | ||
blueprints.py | ||
compat.py | ||
config.py | ||
constants.py | ||
cookies.py | ||
errorpages.py | ||
exceptions.py | ||
handlers.py | ||
headers.py | ||
helpers.py | ||
http.py | ||
log.py | ||
py.typed | ||
reloader_helpers.py | ||
request.py | ||
response.py | ||
router.py | ||
signals.py | ||
simple.py | ||
utils.py | ||
views.py | ||
worker.py |