Fix checkstyle
This commit is contained in:
parent
e53be94773
commit
70bfaf4454
@ -471,7 +471,7 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
|
||||
if (internal.readableBytes() >= len) {
|
||||
int index = internal.readerIndex();
|
||||
ChannelBuffer buf = internal.slice(index, len);
|
||||
|
||||
|
||||
// update the readerindex so an the next read its on the correct position
|
||||
buffer.readerIndex(index + len);
|
||||
return buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user