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 orsenthil
Recipients m.sucajtys, orsenthil, pitrou, rosslagerwall, vstinner
Date 2010-12-18.17:00:09
SpamBayes Score 6.2703466e-06
Marked as misclassified No
Message-id <1292691611.39.0.723487782205.issue6791@psf.upfronthosting.co.za>
In-reply-to
Content
In the morning, I had a comment on the patch wondering why read _MAXLENGH + 1 and then check for len of header > _MAXLENGH. Instead of just reading _MAXLENGH (and if the length matched rejecting). ( Looks like it did not go through).

I think that either way is okay. I am taking the privilege of committing the patch. Fixed for py3k in 87373. So it is be available in the next beta.

Shall merge the changes to other codelines.
History
Date User Action Args
2010-12-18 17:00:11orsenthilsetrecipients: + orsenthil, pitrou, vstinner, m.sucajtys, rosslagerwall
2010-12-18 17:00:11orsenthilsetmessageid: <1292691611.39.0.723487782205.issue6791@psf.upfronthosting.co.za>
2010-12-18 17:00:09orsenthillinkissue6791 messages
2010-12-18 17:00:09orsenthilcreate