]> 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:23:34 +0000 (19:23 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 18:23:34 +0000 (19:23 +0100)
commit3454339430b892f6d45abdc695c7ad2ddb1bf8f6
tree2ade6345332c5d3675bccf595e0c02af9a190f32
parent1a714750cfdd3e71a1b43ff0e34305038713e356
parentd20e7745eeb99c5f2089b5b6ffa351658cb4e839
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
Misc/ACKS
Misc/NEWS