[Bug 55996] Async context does not timeout with HTTP NIO connector

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55996

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Mark Thomas ma...@apache.org ---
This has been fixed in 8.0.x for 8.0.0 and in 7.0.x for 7.0.51.

-- 
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



[Bug 55996] Async context does not timeout with HTTP NIO connector

2014-01-13 Thread bugzilla
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