Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
Description
buf.readBytes(stream, buf.readableBytes());
is this line redundant
In my perf.svg, this will copy the data from buf to OutputStream, which can not realize zero-copy.