]> 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)
commitd66c0ee76ebda143ff838cc62c0356701d5709e5
tree5bf0fa419ab52a31e9ba1e464aa725cf5abe40f3
parent1efd9824d892b514d879dffe09c16b009363f132
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS