[issue22419] wsgiref request length

Roundup Robot report at bugs.python.org
Wed Sep 17 10:33:02 CEST 2014


Roundup Robot added the comment:

New changeset 7a4d960fc801 by Senthil Kumaran in branch '2.7':
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
https://hg.python.org/cpython/rev/7a4d960fc801

New changeset a4e0aee1a9b5 by Senthil Kumaran in branch '3.3':
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
https://hg.python.org/cpython/rev/a4e0aee1a9b5

New changeset ba86978c8ab5 by Senthil Kumaran in branch '3.4':
Merge from 3.3
https://hg.python.org/cpython/rev/ba86978c8ab5

New changeset 07b928530cdf by Senthil Kumaran in branch 'default':
Merge from 3.4
https://hg.python.org/cpython/rev/07b928530cdf

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22419>
_______________________________________


More information about the Python-bugs-list mailing list