We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f248 commit f380eb6Copy full SHA for f380eb6
1 file changed
modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyContext.java
@@ -597,7 +597,7 @@ public final Context send(ByteBuffer data) {
597
598
@NonNull @Override
599
public Context send(@NonNull DataBuffer data) {
600
- return send(((NettyDataBuffer) data).getNativeBuffer().duplicate());
+ return send(((NettyDataBuffer) data).getNativeBuffer());
601
}
602
603
private Context send(@NonNull ByteBuf data) {
0 commit comments