-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Alpha1
-
None
Servlet 3.0 page call AsyncContext.complete() sometime after startAsync()
The web request has no more input.
The socket connection should be closed if KeepAlive is false, but it remains open for 60 more seconds.
Code debugging indicates a bug on line 802 of org.apache.coyote.http11.Http11AprProcessor.java
http://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_7_0_3_FINAL/java/org/apache/coyote/http11/Http11AprProcessor.java
It returns the socket close flag for unfinished requests instead of finished requests.
- clones
-
AS7-2780 Completing Async pipelined web request closes socket connection
- Resolved