[issue4879] Allow buffering for HTTPResponse

Kristján Valur Jónsson report at bugs.python.org
Mon Aug 24 13:34:48 CEST 2009


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

Gregory, please revert your change (74463).
There is no "extra data" after the response, since such data can only 
be generated as a result of a new "request".

Your change has disabled the HTTP/1.1 keepalive capability, causing 
test failurres in xmlrpc.  Also showing perhaps that we need test cases 
for keepalive in regular httplib.py testsuite.

If you think there are problems, you a new defect should be created.

----------

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


More information about the Python-bugs-list mailing list