-
Bug
-
Resolution: Done
-
Major
-
1.4.16.Final
-
None
Using a WriteListener in combination with ServletOutputStream.write from a non-io thread produces incorrect response data.
Seems to be a thread safety issue between writes in flushBufferAsync and WriteChannelListener.handleEvent.