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 <rep...@bugs.python.org>
<http://bugs.python.org/issue592703>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to