Fix unreplayble error
This commit is contained in:
parent
54435a908f
commit
6983f704c0
@ -466,7 +466,9 @@ final class ReplayingDecoderBuffer implements ByteBuf {
|
||||
|
||||
@Override
|
||||
public ByteBuf readBytes(ByteBuf dst) {
|
||||
throw new UnreplayableOperationException();
|
||||
checkReadableBytes(dst.writableBytes());
|
||||
buffer.readBytes(dst);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user