https://issues.apache.org/bugzilla/show_bug.cgi?id=55976

--- Comment #7 from Konstantin Preißer <kpreis...@apache.org> ---
Created attachment 31185
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31185&action=edit
TCP data log

(In reply to Ognjen Blagojevic from comment #6)
> Created attachment 31184 [details]
> Java test class

Hi,

I can reproduce the problem with your test class with Tomcat 7.0.50, Tomcat
7.0.47 and Tomcat 8.0.0-RC10 on Windows 8.1 x64 with Java 1.7.0_45.


To provide an additional example of a broken HTTP response, I used a
self-written tool to intercept the TCP connections from the Java client to
Tomcat and log all data of each TCP connection channel to a file and I attached
a Zip file containing the logs of the last few TCP connections.

The logs of connections 262-267 look normal (each HTTP request is replied to
with an HTTP response), but if you look at 268 (where a single HTTP request was
sent), Tomcat did not start the reply with an HTTP response, but with some
random data chunks that seem to belong to different responses, and later sent
the actual HTTP response for the request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to