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 nailor
Recipients Arfrever, barry, benjamin.peterson, christian.heimes, georg.brandl, larry, nailor, pitrou, python-dev
Date 2013-02-23.19:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361648733.87.0.0180981224742.issue16037@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that limits the headers to 100. If more than _MAXHEADERS headers are read, this raises exception TooMuchHeaders.

The patch is for 2.7, I'll cook one for 3.2 too.
History
Date User Action Args
2013-02-23 19:45:33nailorsetrecipients: + nailor, barry, georg.brandl, pitrou, larry, christian.heimes, benjamin.peterson, Arfrever, python-dev
2013-02-23 19:45:33nailorsetmessageid: <1361648733.87.0.0180981224742.issue16037@psf.upfronthosting.co.za>
2013-02-23 19:45:33nailorlinkissue16037 messages
2013-02-23 19:45:33nailorcreate