From b93e3d233523f97f8a4da91016132b7ec94c52be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Jos=C3=A9?= Date: Fri, 4 Aug 2023 22:27:58 -0300 Subject: [PATCH] Add ability to set response wait time --- src/HttpClient.h | 1 + 1 file changed, 1 insertion(+) 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;