commit | d66c0ee76ebda143ff838cc62c0356701d5709e5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 02 22:49:34 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 02 22:49:34 2013 +0100 |
tree | 5bf0fa419ab52a31e9ba1e464aa725cf5abe40f3 | |
parent | 1efd9824d892b514d879dffe09c16b009363f132 [diff] |
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
diff --git a/Misc/NEWS b/Misc/NEWS index b11f6a2..749b718 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -199,6 +199,9 @@ Library ------- +- Issue #15633: httplib.HTTPResponse is now mark closed when the server + sends less than the advertised Content-Length. + - Issue #15881: Fixed atexit hook in multiprocessing. - Issue #14340: Upgrade the embedded expat library to version 2.1.0.