]> 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:43:49 +0000 (21:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 18:43:49 +0000 (21:43 +0300)
commit91453026ffab6f0b3278417dc6348f3310d70be0
treea41533f76b143e563b01666d0c09a7e2ec6780c0
parentd8a1447c9980be5f1d8ae806f7aecd814b1cd6f6
parentf54c350160c16cdaf9f692e0f61ef062d4f379f4
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
response is received.  Patch by Martin Panter.
Lib/test/test_urllib.py
Misc/ACKS
Misc/NEWS