We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475e024 commit d6a0944Copy full SHA for d6a0944
1 file changed
src/main/java/com/teragrep/rlp_01/RelpParser.java
@@ -170,7 +170,6 @@ public void parse(byte b) {
170
}
171
break;
172
case DATA:
173
- if(this.isComplete) this.state = RelpParserState.NL;
174
// Parser will only read the given length of data. If the message
175
// gives data bigger than the frameLength, bad luck for them.
176
if (frameLengthLeft > 0) {
0 commit comments