]> 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:04:56 +0000 (23:04 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Feb 2013 22:04:56 +0000 (23:04 +0100)
commit6a35e18161c4d06015aeb79c951df04bcea9ca9a
tree3aa2bc2803418677010f6923b50c80494f20b22c
parentc27bcbf86316fd45180a8b881c55ed3ac7f9fa50
parentbeec61ae4e811f55f58d0197c8af994e252ab9ae
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