parent
e609c78f20
commit
0640964879
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ protected:
|
|||
std::unique_ptr<WiFiClient> _tcpDeprecated;
|
||||
#endif
|
||||
|
||||
WiFiClient* _client;
|
||||
WiFiClient* _client = nullptr;
|
||||
|
||||
/// request handling
|
||||
String _host;
|
||||
|
|
|
|||
Loading…
Reference in a new issue