]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 11:07:45 +0000 (13:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 11:07:45 +0000 (13:07 +0200)
commitb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915
tree0d0a19d7f5e62bd46298541a9ad9816abb25d631
parent9cba9895028fcb24f242a3577d39f4d43198a0bc
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS