[issue23377] HTTPResponse may drop buffer holding next response

Martin Panter report at bugs.python.org
Sun May 31 03:12:17 CEST 2015


Martin Panter added the comment:

Just realized that the makefile() call in _tunnel() still lets this bug occur when a HTTPSConnection is being used with a proxy using the CONNECT method. So while my patch shouldn’t make things any worse than they already are, it needs more work to fix this instance. Maybe we would have to use the new SSL memory BIO support.

----------

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


More information about the Python-bugs-list mailing list