mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-16 08:42:06 +02:00
use String to store fingerprint
(const char * can be invalidate based on which scope it coming from) move _fingerprint to Client class only (server not need it)
This commit is contained in:
@ -118,7 +118,6 @@ typedef struct {
|
||||
#if (WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266)
|
||||
bool isSSL; ///< run in ssl mode
|
||||
WiFiClientSecure * ssl;
|
||||
const char * fingerprint;
|
||||
#endif
|
||||
|
||||
String cUrl; ///< http url
|
||||
|
Reference in New Issue
Block a user