cpython/Lib/wsgiref
Georg Brandl 860c367c29 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
65536 bytes and send a 414 error code for higher lengths. Patch contributed
by Devin Cook.
2014-09-30 14:56:46 +02:00
..
__init__.py
handlers.py Issue #16220: wsgiref now always calls close() on an iterable response. 2012-10-21 14:09:05 +02:00
headers.py Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). 2010-11-02 22:28:59 +00:00
simple_server.py Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 2014-09-30 14:56:46 +02:00
util.py Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. 2010-12-29 06:25:42 +00:00
validate.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00