]> granicus.if.org Git - python/commit
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 11:07:28 +0000 (13:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 11:07:28 +0000 (13:07 +0200)
commitd862db0d091a3bb95c185d7365384b8bd22f59be
treea635770d97b20721acf9b83e516bca47ad6022de
parent169f195b660d763b934e229e31eb8ace6170e8fa
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS