https://issues.apache.org/bugzilla/show_bug.cgi?id=45073
Alex Barclay <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Alex Barclay <[EMAIL PROTECTED]> 2008-05-25 11:38:09 PST --- Then you're missing the point. 1) You didn't actually try the test case. Your code is broken. It doesn't support HTTP1.1. If you want to rename it to an HTTP1.0 connector then this would be fine. 2) The second request may be in-flight before the response has been sent. It wouldn't be read _BUT_ when the buffer is recycled it is reset and you LOST that second request 3) I don't see anywhere in the HTTP1.1 specification where it says "The server MAY support pipelining in some cases". 4) If the data has already been read it will not be used because the buffer was recycled after the data was sent. It may have been a design decision but it was an exceptionally poor one. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]