]> granicus.if.org Git - python/commit
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536...
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 17 Sep 2014 08:27:06 +0000 (16:27 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 17 Sep 2014 08:27:06 +0000 (16:27 +0800)
commitcdabc372345a8fd53f50329d88dc7747a80e95d9
tree44a6d726699679ea5b0eb42c7be44e881abfe8bd
parentc9cdd0ccadfaaac177ab7a866b979db3b073f660
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
Lib/test/test_wsgiref.py
Lib/wsgiref/simple_server.py
Misc/ACKS
Misc/NEWS