]> granicus.if.org Git - python/commit
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 18:41:39 +0000 (21:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 18:41:39 +0000 (21:41 +0300)
commitf54c350160c16cdaf9f692e0f61ef062d4f379f4
tree2d75c60bdc81c8837372c9e61e5f9f471c5f57a5
parent1d52096d1466ed771c22a2d97e8cae6935fcdf8e
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
response is received.  Patch by Martin Panter.
Lib/test/test_urllib.py
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/ACKS
Misc/NEWS