Fix HTTP Client with SSL (#3216)

This commit is contained in:
Me No Dev
2019-09-16 19:14:32 +03:00
committed by GitHub
parent 07390157df
commit 4ce2cc3c1d
3 changed files with 17 additions and 4 deletions

View File

@ -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();