https://bz.apache.org/bugzilla/show_bug.cgi?id=68720
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas <ma...@apache.org> --- This looks like a bug rather than a configuration issue. This error is typically triggered when the number of bytes sent does not match the number of bytes declared. The browser is resetting the stream which is what you see in the Tomcat logs. Ideally, I'd like a reproducible test case so we can figure out where things are going wrong and, if things are going wrong in Tomcat, figure out the root cause. If a test case isn't an option, a TCP dump will enable us to identify where the error is occurring but probably not the root cause. Note this will need to be unencrypted. Trace level debug logging from Tomcat when this happens might help but we don't see every byte on the wire so it may exclude something relevant. -- 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