https://issues.apache.org/bugzilla/show_bug.cgi?id=47714
--- Comment #23 from Sudhir Reddy <discoversud...@gmail.com> --- I was unable to reproduce, but describing the scenario seen just in case it helps in reproducing for others ... I had seen multiple instances of this happening(Response of one of the previous request sent to another request) on our production servers. We were sending wrong Content-Length from Tomcat application(More than the actual length) and our tomcat logs showed the correct response size being written to output channel and Apache logs showed less size. Upon looking at Apache logs, saw that this response length and the served content matched with an earlier request. Fixed it by sending correct Content-Length and disabled connection reuse in mod_jk. -- 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