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 13e623edb7
commit 1a4979a1b2
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 // Copy this chunk in to the reassembly buffer
System.arraycopy(response, 1, reassemblyBuffer, reassemblyIdx + 1, chunkSize); System.arraycopy(response, 1, reassemblyBuffer, reassemblyIdx + 1, chunkSize);
reassemblyIdx += chunkSize;
remaining -= chunkSize; remaining -= chunkSize;
} }