diff --git a/HttpClient.cpp b/HttpClient.cpp index 5a11a45..b331486 100644 --- a/HttpClient.cpp +++ b/HttpClient.cpp @@ -358,6 +358,10 @@ int HttpClient::responseStatusCode() case eStatusCodeRead: // We're just waiting for the end of the line now break; + + default: + // Do nothing + break; }; // We read something, reset the timeout counter timeoutStart = millis();