]> 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 22:06:22 +0000 (23:06 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Feb 2013 22:06:22 +0000 (23:06 +0100)
commitb5032c85af4b76c9e10b179efa841a2109793f8e
tree8c67e81c89cab8d74b3c794d7be64fad63bdde57
parent3a9ae7fd984ea9e5c9d3e22c87c61c02c03dd1c9
parent6a35e18161c4d06015aeb79c951df04bcea9ca9a
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