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 demian.brecht, martin.panter, pitrou
Date 2015-05-23.09:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432371827.52.0.364856305158.issue23377@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the reviewing. Here is http-buffer.v3.patch:

* Merged with current code
* Better HTTPResponse(sock) compatibility suggested by Demian
* New HTTPConnection.request(close=True) feature also suggested by Demian. This sends “Connection: close” in the request, and arranges for the response to be detached from the HTTPConnection instance, making some hacks in urllib.request redundant.
History
Date User Action Args
2015-05-23 09:03:50martin.pantersetrecipients: + martin.panter, pitrou, demian.brecht
2015-05-23 09:03:47martin.pantersetmessageid: <1432371827.52.0.364856305158.issue23377@psf.upfronthosting.co.za>
2015-05-23 09:03:47martin.panterlinkissue23377 messages
2015-05-23 09:03:47martin.pantercreate