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 martin.panter
Date 2014-03-23.04:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395547547.76.0.268263591219.issue21032@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a regression test and patch to close the socket reader when a HTTP server causes getresponse() to fail, for instance if the server times out and drops the connection without sending any response. Without the patch the socket will only be closed by the garbage collector at some arbitrary point.
History
Date User Action Args
2014-03-23 04:05:47martin.pantersetrecipients: + martin.panter
2014-03-23 04:05:47martin.pantersetmessageid: <1395547547.76.0.268263591219.issue21032@psf.upfronthosting.co.za>
2014-03-23 04:05:47martin.panterlinkissue21032 messages
2014-03-23 04:05:47martin.pantercreate