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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]