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 devin
Recipients devin
Date 2014-09-15.18:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410804386.26.0.756558523053.issue22419@psf.upfronthosting.co.za>
In-reply-to
Content
BaseHTTPRequestHandler limits request length to prevent DoS. WSGIRequestHandler should probably do the same.

See: http://bugs.python.org/issue10714
History
Date User Action Args
2014-09-15 18:06:26devinsetrecipients: + devin
2014-09-15 18:06:26devinsetmessageid: <1410804386.26.0.756558523053.issue22419@psf.upfronthosting.co.za>
2014-09-15 18:06:26devinlinkissue22419 messages
2014-09-15 18:06:26devincreate