Look! A bug! I wonder how many are still there?!
This commit is contained in:
parent
13e623edb7
commit
1a4979a1b2
|
@ -597,6 +597,7 @@ public class BinaryProtocol {
|
|||
|
||||
// Copy this chunk in to the reassembly buffer
|
||||
System.arraycopy(response, 1, reassemblyBuffer, reassemblyIdx + 1, chunkSize);
|
||||
reassemblyIdx += chunkSize;
|
||||
remaining -= chunkSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue