mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Add ability to set response wait time
This commit is contained in:
parent
0a1a8ab51a
commit
b93e3d2335
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user