We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1a8ab commit b93e3d2Copy full SHA for b93e3d2
src/HttpClient.h
@@ -384,6 +384,7 @@ class HttpClient : public Client
384
// Stores the value of the current chunk length, if present
385
int iChunkLength;
386
uint32_t iHttpResponseTimeout;
387
+ uint32_t iHttpWaitForDataDelay;
388
bool iConnectionClose;
389
bool iSendDefaultRequestHeaders;
390
String iHeaderLine;
0 commit comments