[issue592703] HTTPS does not handle pipelined requests

2013-05-26 Thread Amaury Forgeot d'Arc
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

[issue592703] HTTPS does not handle pipelined requests

2013-05-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc amaur...@gmail.com: -- resolution: - works for me status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue592703 ___

[issue592703] HTTPS does not handle pipelined requests

2013-05-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc amaur...@gmail.com: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue592703 ___ ___

[issue592703] HTTPS does not handle pipelined requests

2013-05-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: The original report is so under-specified that it's pointless to keep it open. If you encounter an actual bug, feel free to open another issue :) -- nosy: +pitrou status: pending - closed ___ Python tracker

[issue592703] HTTPS does not handle pipelined requests

2013-05-25 Thread Mark Lawrence
Mark Lawrence added the comment: Bump. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue592703 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue592703] HTTPS does not handle pipelined requests

2010-08-18 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: This needs investigation. Don't close. -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue592703 ___

[issue592703] HTTPS does not handle pipelined requests

2010-08-17 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: is this still an issue or can it be closed as out fo date? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue592703] HTTPS does not handle pipelined requests

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue592703 ___

[issue592703] HTTPS does not handle pipelined requests

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: SSL support was rewritten, so this may be fixed now... -- assignee: jhylton - janssen nosy: +georg.brandl, janssen Tracker [EMAIL PROTECTED] http://bugs.python.org/issue592703

[issue592703] HTTPS does not handle pipelined requests

2008-01-20 Thread Bill Janssen
Bill Janssen added the comment: Well, if someone writes test case and verifies it, I'll look at it. Tracker [EMAIL PROTECTED] http://bugs.python.org/issue592703 ___