[issue3566] httplib persistent connections violate MUST in RFC2616 sec 8.1.4.

Demian Brecht report at bugs.python.org
Mon Jan 26 16:37:12 CET 2015


Demian Brecht added the comment:

> now I’m thinking that should be up to the higher level user

+1. A closed connection is a closed connection, whether it's persistent or not. The higher level code should be responsible for the context, not the connection level.

----------

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


More information about the Python-bugs-list mailing list