[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-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue592703] HTTPS does not handle pipelined requests

2013-05-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- resolution: -> works for me status: pending -> open ___ Python tracker ___ ___ Python-bugs-list

[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-25 Thread Mark Lawrence
Mark Lawrence added the comment: Bump. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue592703] HTTPS does not handle pipelined requests

2010-08-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: This needs investigation. Don't close. -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs

[issue592703] HTTPS does not handle pipelined requests

2010-08-17 Thread Mark Lawrence
Mark Lawrence 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 _

[issue592703] HTTPS does not handle pipelined requests

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[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]> ___ Python-bu

[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]>