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 python-dev
Recipients martin.panter, python-dev, serhiy.storchaka
Date 2014-12-01.11:16:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141201111628.116304.22634@psf.io>
In-reply-to
Content
New changeset f88c00391dd8 by Serhiy Storchaka in branch '2.7':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/f88c00391dd8

New changeset ba72da4883eb by Serhiy Storchaka in branch '3.4':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/ba72da4883eb

New changeset 62a058c76869 by Serhiy Storchaka in branch 'default':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/62a058c76869
History
Date User Action Args
2014-12-01 11:16:44python-devsetrecipients: + python-dev, martin.panter, serhiy.storchaka
2014-12-01 11:16:43python-devlinkissue21032 messages
2014-12-01 11:16:43python-devcreate