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

--- Comment #6 from Bruce G. Stewart <bgstew...@covad.net> 2010-02-28 16:26:11 
UTC ---
Rainer, thank you for the analysis.

I find that the application (Apache Axis2) sends a gratuitous "flush" or two
after the end-of-response message. As you know, flush is sent as a zero-length
send-body-chunk message. Apparently the jk sees this a protocol violation.

There must be a race in the jk between tearing down the finished request and
posting received data to it, because when I single-step the Tomcat, the isapi
doesn't complain about it.

Since (so far) I only see this behavior on infrequent administrative requests,
and it doesn't effect the results or reliability of the server, I am not going
to worry about it.

Thanks,
Bruce

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to