-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The newFrames are polled using the same pattern described in UNDERTOW-1620:
while (!newFrames.isEmpty()) {
S frame = newFrames.poll();
frame.preWrite();
...
This could result in a NPE if run in parallel with markWritesBroken, that invokes newFrames.clear().
- incorporates
-
JBEAP-18162 [GSS](7.2.z) WEJBHTTP-32 - Remote duplicate notifyAll call from WildflyClientInputStream read listener after -1 is read
- Closed
- is caused by
-
UNDERTOW-1618 AbstractFramedStreamSourceChannel.wakeupReads is ignored on certain race conditions
- Resolved