This commit is contained in:
Sunng 2011-11-07 13:35:37 +08:00
parent 942b746d73
commit 9aa81cd083

View File

@ -239,7 +239,7 @@ public class LengthFieldBasedFrameDecoder extends FrameDecoder {
int maxFrameLength,
int lengthFieldOffset, int lengthFieldLength,
int lengthAdjustment, int initialBytesToStrip) {
this(maxFrameLength, lengthFieldOffset, lengthFieldOffset, lengthAdjustment,
this(maxFrameLength, lengthFieldOffset, lengthFieldLength, lengthAdjustment,
initialBytesToStrip, false);
}