965734a1eb
Motivation: Currently copying a direct ByteBuf copies it fully into the heap before writing it to an output stream. The can result in huge memory usage on the heap. Modification: copy the bytebuf contents via an 8k buffer into the output stream Result: Fixes #7804 |
||
---|---|---|
.. | ||
src | ||
pom.xml |