This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients devin, orsenthil, python-dev
Date 2014-09-17.08:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140917083259.1841.99430@mail.hg.python.org>
In-reply-to
Content
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
History
Date User Action Args
2014-09-17 08:33:02python-devsetrecipients: + python-dev, orsenthil, devin
2014-09-17 08:33:02python-devlinkissue22419 messages
2014-09-17 08:33:02python-devcreate