forked from espressif/arduino-esp32
Fix HTTP Client with SSL (#3216)
This commit is contained in:
@ -72,6 +72,8 @@ public:
|
||||
bool verify(const char* fingerprint, const char* domain_name);
|
||||
void setHandshakeTimeout(unsigned long handshake_timeout);
|
||||
|
||||
int setTimeout(uint32_t seconds){ return 0; }
|
||||
|
||||
operator bool()
|
||||
{
|
||||
return connected();
|
||||
|
Reference in New Issue
Block a user