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 martin.panter
Recipients Jacky, martin.panter
Date 2016-01-28.10:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453978797.8.0.134691517561.issue26231@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation already says you have to read the whole response before sending a new request: <https://docs.python.org/2/library/httplib.html#httplib.HTTPConnection.getresponse>. So I think this is more like a new feature than a bug fix, and would have to go into 3.6.

But I am not sure it is a good idea. What if the response is a large multi-megabyte download? In that case, it might make more sense to shut down the connection and start a new one.

It might be possible to add extra error checking to prevent reading a second response until the first is complete. I am not sure if that is practical or worthwhile though.
History
Date User Action Args
2016-01-28 10:59:57martin.pantersetrecipients: + martin.panter, Jacky
2016-01-28 10:59:57martin.pantersetmessageid: <1453978797.8.0.134691517561.issue26231@psf.upfronthosting.co.za>
2016-01-28 10:59:57martin.panterlinkissue26231 messages
2016-01-28 10:59:57martin.pantercreate