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 Lukasa
Recipients Garfield222, Lukasa, Pierre.Tardy, adambrenecki, berker.peksag, christian.heimes, demian.brecht, icordasc, jitterman, lonetwin, martin.panter, orsenthil, pitrou, r.david.murray, raymondr, serhiy.storchaka, stamparm
Date 2015-09-03.02:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441245827.54.0.362837326177.issue17849@psf.upfronthosting.co.za>
In-reply-to
Content
Martin: as noted in the comments on this issue, I believed the specific test case did not match any of the problems people were encountering: it was just the least bad way to trigger the specific flow that was being encountered.

In practice for these issues it's likely some other error condition is involved. Regardless, Python 2.7 claims to support HTTP/0.9, which certainly allows for proxies to not send a status line, so the test case is a reasonable example of what should be supported by httplib.

I'll take another run at this patch to see if I can clean it up.
History
Date User Action Args
2015-09-03 02:03:48Lukasasetrecipients: + Lukasa, orsenthil, pitrou, christian.heimes, r.david.murray, berker.peksag, martin.panter, serhiy.storchaka, stamparm, icordasc, demian.brecht, adambrenecki, raymondr, lonetwin, Pierre.Tardy, jitterman, Garfield222
2015-09-03 02:03:47Lukasasetmessageid: <1441245827.54.0.362837326177.issue17849@psf.upfronthosting.co.za>
2015-09-03 02:03:47Lukasalinkissue17849 messages
2015-09-03 02:03:45Lukasacreate