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 SilentGhost
Recipients SilentGhost, kristjan.jonsson, martin.panter, maubp, serhiy.storchaka
Date 2016-03-09.08:30:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457512219.49.0.535267497199.issue26499@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the updated patch. I only included the additional fix for read1 since readlines is not overwritten in the HTTPConnection. Not sure how to write test for it, does it need a much longer body (compared to the one in tests) to produce this behaviour?

The larger refactoring might be appropriate for 3.6, but I believe these smaller fixed could go into the next micro release.
History
Date User Action Args
2016-03-09 08:30:19SilentGhostsetrecipients: + SilentGhost, kristjan.jonsson, maubp, martin.panter, serhiy.storchaka
2016-03-09 08:30:19SilentGhostsetmessageid: <1457512219.49.0.535267497199.issue26499@psf.upfronthosting.co.za>
2016-03-09 08:30:19SilentGhostlinkissue26499 messages
2016-03-09 08:30:19SilentGhostcreate