Oops wrong variable
This commit is contained in:
parent
aec7fe1704
commit
887e0b6de7
@ -94,7 +94,7 @@ public class ChunkedStream implements ChunkedInput {
|
||||
break;
|
||||
}
|
||||
readBytes += localReadBytes;
|
||||
offset += readBytes;
|
||||
offset += localReadBytes;
|
||||
}
|
||||
|
||||
return wrappedBuffer(chunk, 0, readBytes);
|
||||
|
Loading…
Reference in New Issue
Block a user