Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down