You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/01/08 11:37:25 UTC

[Bug 55978] New: Initial call to onWritePossible() not made by container when using HTTP upgrade

https://issues.apache.org/bugzilla/show_bug.cgi?id=55978

            Bug ID: 55978
           Summary: Initial call to onWritePossible() not made by
                    container when using HTTP upgrade
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: markt@apache.org

When using a WriteListener and non-blocking IO with the Servlet async API, the
container makes the first call to onWritePossible() as per the spec.

When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade
API the container does not make the initial call to onWritePossible(). When
fixing this bug it is worth checking the initial call to onDataAvailable() as
well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55978] Initial call to onWritePossible() not made by container when using HTTP upgrade

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55978

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
This has been fixed in 8.0.x and will be included in 8.0.0 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org