Skip to content

Commit b93e3d2

Browse files
author
Leonardo José
authored
Add ability to set response wait time
1 parent 0a1a8ab commit b93e3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HttpClient.h

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ class HttpClient : public Client
384384
// Stores the value of the current chunk length, if present
385385
int iChunkLength;
386386
uint32_t iHttpResponseTimeout;
387+
uint32_t iHttpWaitForDataDelay;
387388
bool iConnectionClose;
388389
bool iSendDefaultRequestHeaders;
389390
String iHeaderLine;

0 commit comments

Comments
 (0)