-
Feature Request
-
Resolution: Done
-
Major
-
3.0.6.Final
-
None
NettyHttpResponse allocates a ByteBuf and buffers all output into it. As a result, when a resource returns a StreamingOutput, the output is not streamed at all.
NettyHttpResponse allocates a ByteBuf and buffers all output into it. As a result, when a resource returns a StreamingOutput, the output is not streamed at all.