]> granicus.if.org Git - python/commit
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Lengt...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 18:22:30 +0000 (19:22 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 18:22:30 +0000 (19:22 +0100)
commitd20e7745eeb99c5f2089b5b6ffa351658cb4e839
tree018ae0d638f113f4c06ac52db5c9e50a1f0e8378
parent30505413df61f1cd7d550d6b90e08e691c62479a
parent084daa2f7492ae809b5ce09d2cdbad6ed5a71848
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS