]> granicus.if.org Git - python/commit
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Feb 2013 21:49:34 +0000 (22:49 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Feb 2013 21:49:34 +0000 (22:49 +0100)
commitbeec61ae4e811f55f58d0197c8af994e252ab9ae
tree3a5a7b021457780e1f020297404f677e94ffc3c9
parent637525718873f9c6571078e0201523438b17d341
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS