-
Bug
-
Resolution: Done
-
Major
-
4.7.1.Final
-
None
-
None
The shared byte array here is passed on to the NettyOutbound#sendByteArray to write the response here.
As the future is completed prematurely without relying on the actual completion of the consumption of the byte array by the sendByteArray, the byte array is loaded with the next chunk while the NettyOutbound#sendByteArray is using the same byte array reference to write the response and this is causing incomplete response writes.