Oops wrong variable

This commit is contained in:
Trustin Lee 2009-06-16 10:06:33 +00:00
parent aec7fe1704
commit 887e0b6de7

View File

@ -94,7 +94,7 @@ public class ChunkedStream implements ChunkedInput {
break;
}
readBytes += localReadBytes;
offset += readBytes;
offset += localReadBytes;
}
return wrappedBuffer(chunk, 0, readBytes);