mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Return error when HTTPClient::begin is called with HTTPS URL without certificate fingerprint (#1941)
This commit is contained in:
@ -186,6 +186,7 @@ protected:
|
||||
String value;
|
||||
};
|
||||
|
||||
bool beginInternal(String url, const char* expectedProtocol);
|
||||
void clear();
|
||||
int returnError(int error);
|
||||
bool connect(void);
|
||||
|
Reference in New Issue
Block a user