-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The class fails to follow the basic contract. If a awaitWritable method is overidden with added logic, all overloaded awaitWritable methods should be overridden as well so that the same added logic applies to all of them consistently.
For future references XNIO SuspendableWriteChannel defines two awaitWritable methods:
and
While Http2StreamSinkChannel overrides just one of them:
- is incorporated by
-
WFCORE-6057 Upgrade Undertow to 2.3.0.Final (CVE-2022-2764)
- Closed
-
WFCORE-5946 Upgrade Undertow to 2.2.18.Final
- Closed
- is related to
-
UNDERTOW-2039 Convert AbstractFramedChannel.AWAIT_WRITABLE_TIMEOUT to nanoseconds
- Pull Request Sent