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 rosslagerwall
Recipients BreamoreBoy, m.sucajtys, orsenthil, pitrou, rosslagerwall, vstinner
Date 2010-12-15.17:00:59
SpamBayes Score 1.975667e-05
Marked as misclassified No
Message-id <1292432460.44.0.304896962978.issue6791@psf.upfronthosting.co.za>
In-reply-to
Content
That's true. Near the bottom of the code, it says:

 # The status-line parsing code calls readline(), which normally
 # get the HTTP status line.  For a 0.9 response, however, this is
 # actually the first line of the body!

Limiting the length of the status line would break 0.9 responses so maybe this issue should be closed?
History
Date User Action Args
2010-12-15 17:01:00rosslagerwallsetrecipients: + rosslagerwall, orsenthil, pitrou, vstinner, m.sucajtys, BreamoreBoy
2010-12-15 17:01:00rosslagerwallsetmessageid: <1292432460.44.0.304896962978.issue6791@psf.upfronthosting.co.za>
2010-12-15 17:00:59rosslagerwalllinkissue6791 messages
2010-12-15 17:00:59rosslagerwallcreate