[issue592703] HTTPS does not handle pipelined requests

Amaury Forgeot d'Arc report at bugs.python.org
Sun May 26 21:29:57 CEST 2013


Amaury Forgeot d'Arc added the comment:

Tried with python2.7.3
I used http://code.activestate.com/recipes/576673-python-http-pipelining/ just replacing the initial call to HTTPConnection() by HTTPSConnection().

The example succeeeds, fetches the three pages, and I checked with strace that the same connection is used for all requests (only reads and writes of encrypted content, no close or connect in between). 

Is this enough for closing this issue? Or is there a different way to pipelines requests that we should support?

----------
nosy: +amaury.forgeotdarc
status: open -> pending
versions: +3rd party -Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list