[issue3826] Self-reference in BaseHTTPRequestHandler descendants causes stuck connections

Gabriel Genellina report at bugs.python.org
Sun Sep 21 06:14:03 CEST 2008


Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:

3.0rc1 still fails.
The diagnostic is correct, the connection should be closed after 
sending the response, but isn't.
The attached unittest reproduces the error without requiring a browser.

----------
nosy: +gagenellina

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


More information about the Python-bugs-list mailing list