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 de1876c commit 36c0df2Copy full SHA for 36c0df2
src/HTTPConnection.cpp
@@ -306,8 +306,8 @@ void HTTPConnection::readLine(int lengthLimit) {
306
}
307
} else {
308
_parserLine.text += newChar;
309
- _bufferProcessed += 1;
310
+ _bufferProcessed += 1;
311
312
// Check that the max request string size is not exceeded
313
if (_parserLine.text.length() > lengthLimit) {
0 commit comments