DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41791>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41791 Summary: Tomcat behaves inconsistently concerning flush-packets Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] If the APR library is installed and working, Tomcat will send ajp flush-packets. If the APR library is not install or not working, Tomcat will not send ajp flush-packets. The cause is, that Tomcat choses either org.apache.coyote.ajp.AjpAprProtocol or org.apache.jk.server.JkCoyoteHandler as the backend for the AJP connector depending on whether APR is usable. AjpAprProtocol sends flush-packets, JkCoyoteHandler does not. There seems to be org.apache.coyote.ajp.AjpProtocol, which supports flush-packets too. This might be work in progress. Please either stabalize org.apache.coyote.ajp.AjpProtocol or extend JkCoyoteHandler. Last Version tested: Tomcat 6.0.10 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]