Look! A bug! I wonder how many are still there?!

This commit is contained in:
rusefillc 2022-11-26 15:51:56 -05:00
parent 1551b676b1
commit 2f6f668a2d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}