]> 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:11:54 +0000 (19:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 18:11:54 +0000 (19:11 +0100)
commit4113d2bd368480bc3f2cae36e5562cb601305737
treeb1e35ce7f52475fb2deac6cd3de2440cc06c41da
parenteea058b0143e98ef902a3931895aa99252059ef0
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/httplib.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS