This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients asvetlov, eranrund, orsenthil, piotr.dobrogost, pitrou, python-dev, slingamn
Date 2012-12-15.18:28:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YNxvp41vVzRdv@mail.python.org>
In-reply-to
Content
New changeset 2186f7b99c28 by Antoine Pitrou in branch '2.7':
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
http://hg.python.org/cpython/rev/2186f7b99c28

New changeset b47d342c449b by Antoine Pitrou in branch '3.2':
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
http://hg.python.org/cpython/rev/b47d342c449b

New changeset 59358f991c00 by Antoine Pitrou in branch '3.3':
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
http://hg.python.org/cpython/rev/59358f991c00

New changeset 5d6c2c7bc5d4 by Antoine Pitrou in branch 'default':
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
http://hg.python.org/cpython/rev/5d6c2c7bc5d4
History
Date User Action Args
2012-12-15 18:28:23python-devsetrecipients: + python-dev, orsenthil, pitrou, asvetlov, piotr.dobrogost, eranrund, slingamn
2012-12-15 18:28:23python-devlinkissue16298 messages
2012-12-15 18:28:23python-devcreate