We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7fd27 commit ec51bf4Copy full SHA for ec51bf4
1 file changed
src/HTTPConnection.cpp
@@ -309,7 +309,7 @@ void HTTPConnection::readLine(int lengthLimit) {
309
if (newChar == '\n') {
310
HTTPS_LOGW("Line without \\r\\n (got only \\n). FID=%d", _socket);
311
} else {
312
- HTTPS_LOGW("Recieved invalid character (%d) in headedrs FID=%d", (int)newChar, _socket);
+ HTTPS_LOGW("Recieved an invalid character (%d) in headers FID=%d", (int)newChar, _socket);
313
}
314
raiseError(400, "Bad Request");
315
return;
0 commit comments