We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a966a5 commit 0d78ca7Copy full SHA for 0d78ca7
msgpack-core/src/main/java/org/msgpack/core/MessageUnpacker.java
@@ -932,7 +932,6 @@ public String unpackString()
932
int bufferRemaining = buffer.size() - position;
933
if (bufferRemaining >= rawRemaining) {
934
decodeStringBuffer.append(decodeStringFastPath(rawRemaining));
935
- rawRemaining = 0;
936
break;
937
}
938
else if (bufferRemaining == 0) {
0 commit comments