]> 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:29:29 +0000 (16:29 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 17 Sep 2014 08:29:29 +0000 (16:29 +0800)
commite025b52db0651081eb08978efa850269c8282073
treeb7d3c25d7f1a48f0476a9f1465212007467f542f
parent2a42a0bff36129fc9aec06b20e67747cfcc85230
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