[jboss-jira] [JBoss JIRA] (AS7-2739) Completing Async web request appears to close socket of pipelined request instead of finished request

David White (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 05:05:41 EST 2011


    [ https://issues.jboss.org/browse/AS7-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645049#comment-12645049 ] 

David White commented on AS7-2739:
----------------------------------

I see.

The bug then is a lack of any keepalive processing on close async requests.

Nginx, like many other proxies, talks http1.0 to the upstream, and for good measure adds a "Connection:close" header (so should still work with only http1.1 upstreams).

I'll take another look to see how keepalive works for non-async requests.

P.S. Why is the code so different from Tomcat 7.0.22, that does not have this bug?
                
> Completing Async web request appears to close socket of pipelined request instead of finished request
> -----------------------------------------------------------------------------------------------------
>
>                 Key: AS7-2739
>                 URL: https://issues.jboss.org/browse/AS7-2739
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web
>    Affects Versions: 7.1.0.Alpha1
>         Environment: linux centos 64bit
> sun JDK 1.6
>            Reporter: David White
>            Assignee: Remy Maucherat
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list