You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-10-22 10:52:21 +03:00
Wrap proxy member var declarations in #ifdef
This commit is contained in:
@@ -440,9 +440,11 @@ protected:
|
||||
int iBodyLengthConsumed;
|
||||
// How far through a Content-Length header prefix we are
|
||||
const char* iContentLengthPtr;
|
||||
#ifdef PROXY_ENABLED
|
||||
// Address of the proxy to use, if we're using one
|
||||
IPAddress iProxyAddress;
|
||||
uint16_t iProxyPort;
|
||||
#endif
|
||||
uint32_t iHttpResponseTimeout;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user