]> granicus.if.org Git - python/commit
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:56:46 +0000 (14:56 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:56:46 +0000 (14:56 +0200)
commit860c367c29eb557930099a7cc7fe297a259275f6
treef1b368e97e9ca6d9be8fd55872d46a0e65627456
parent21bf3f942be920f3b051f6af43f7c37b9aa5cff3
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.
Lib/test/test_wsgiref.py
Lib/wsgiref/simple_server.py
Misc/ACKS
Misc/NEWS