Hello! Some days ago we stumpled about a problem which looks at least very similar to this one: https://bz.apache.org/bugzilla//show_bug.cgi?id=58646
With tomcat 8.5.5 we saw a lot of these Exceptions after some time with real users on the platform: org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled response and recycled it forcedly. org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException We couldn't find a way to reproduce the error, but with downgrade to tomcat 8.0.38 they never happened again. I wonder if this bug was fixed for tomcat 8.5.x as well or only for 7.0.x and 8.0.x? I guess the fixed method from tomcat 8.0.32 to 8.0.33 was: org.apache.coyote.http11.Http11NioProcessor.breakKeepAliveLoop(SocketWrapperBase<NioChannel> socketWrapper) which is now in 8.5.5: org.apache.coyote.http11.Http11NioProcessor.breakKeepAliveLoop(SocketWrapper<?> socketWrapper) The content of the method from 8.0.32 and 8.5.5 is the same. So I would assume this bug is still open in 8.5.5. Thank you very much! Best regards Florian --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org