commit | 3454339430b892f6d45abdc695c7ad2ddb1bf8f6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 15 19:23:34 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 15 19:23:34 2012 +0100 |
tree | 2ade6345332c5d3675bccf595e0c02af9a190f32 | |
parent | 1a714750cfdd3e71a1b43ff0e34305038713e356 [diff] | |
parent | d20e7745eeb99c5f2089b5b6ffa351658cb4e839 [diff] |
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. Patch by Eran Rundstein.