classification
Title: HTTPS does not handle pipelined requests
Type: behavior Stage: test needed
Components: Library (Lib) Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: janssen Nosy List: BreamoreBoy, georg.brandl, janssen, jhylton, orsenthil
Priority: normal Keywords:

Created on 2002-08-08 17:03 by jhylton, last changed 2010-08-18 18:10 by orsenthil.

Messages (5)
msg60273 - (view) Author: Jeremy Hylton (jhylton) Date: 2002-08-08 17:03
No test case yet, but the buffering code for SSLFile
looks like it will break pipelined requests.
msg61282 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-20 12:33
SSL support was rewritten, so this may be fixed now...
msg61315 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2008-01-20 17:40
Well, if someone writes test case and verifies it, I'll look at it.
msg114181 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-17 21:59
is this still an issue or can it be closed as out fo date?
msg114260 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-08-18 18:10
This needs investigation. Don't close.
History
Date User Action Args
2010-08-18 18:10:55orsenthilsetnosy: + orsenthil
messages: + msg114260
2010-08-17 21:59:13BreamoreBoysetnosy: + BreamoreBoy

messages: + msg114181
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6
2009-02-13 00:46:41ajaksu2setstage: test needed
type: behavior
versions: + Python 2.6
2008-01-20 17:40:03janssensetmessages: + msg61315
2008-01-20 12:33:38georg.brandlsetassignee: jhylton -> janssen
messages: + msg61282
nosy: + georg.brandl, janssen
2002-08-08 17:03:20jhyltoncreate