diff --git a/src/HttpClient.h b/src/HttpClient.h index 6a7aa1d..2ca2e31 100644 --- a/src/HttpClient.h +++ b/src/HttpClient.h @@ -384,6 +384,7 @@ protected: // Stores the value of the current chunk length, if present int iChunkLength; uint32_t iHttpResponseTimeout; + uint32_t iHttpWaitForDataDelay; bool iConnectionClose; bool iSendDefaultRequestHeaders; String iHeaderLine;