[issue15633] httplib.response is not closed after all data has been read

Antoine Pitrou report at bugs.python.org
Wed Jan 30 21:57:44 CET 2013


Antoine Pitrou added the comment:

Here is a patch for 2.7.
Ideally, we would raise IncompleteRead in this situation, but this would break existing programs.

----------
keywords: +patch
stage:  -> patch review
versions: +Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28913/http_truncated_body.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15633>
_______________________________________


More information about the Python-bugs-list mailing list