Martin v. Löwis added the comment:

Mr. Kumar: the "and" is intentional. The server will use keep-alive messages 
only if it operates in HTTP/1.1 mode itself (protocol_version). By default, it 
operates in HTTP/1.0 mode, and does not enable persistent connections there. 
The initial implementation did, but it failed since it often would not send 
content-length headers, which are mandatory for persistent connections.

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9740>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to