[issue2576] httplib read() very slow due to lack of socket buffer

Chris Withers report at bugs.python.org
Fri Sep 4 13:18:40 CEST 2009


Chris Withers <chris at simplistix.co.uk> added the comment:

Yep, having done some more extensive profiling, it looks like my issue is 
different: all the time is being spent in httplib's 
HTTPResponse._read_chunked. That wouldn't be a symptom of this issue, 
would it?

----------

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


More information about the Python-bugs-list mailing list