https://issues.apache.org/bugzilla/show_bug.cgi?id=55996
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Catalina |Catalina Version|7.0.50 |trunk Product|Tomcat 7 |Tomcat 8 Target Milestone|--- |---- Summary|Async context completes |Async context does not |with IllegalStateException |timeout with HTTP NIO |after around 10 seconds. |connector --- Comment #1 from Mark Thomas <ma...@apache.org> --- Tomcat 7 is behaving correctly. It is 8.0.x that has the bug. The Async context should timeout unless there is a call to dispatch() or complete() within the timeout. 8.0.x appears to be resetting the timeout counter on every write which is not correct. -- 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