mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-13 07:16:31 +02:00
no need to store the Sec-WebSocket-Accept key if needed can be generated by acceptKey from client Sec-WebSocket-Key
This commit is contained in:
@ -86,8 +86,6 @@ typedef struct {
|
||||
String cExtensions; ///< client Sec-WebSocket-Extensions
|
||||
int cVersion; ///< client Sec-WebSocket-Version
|
||||
|
||||
String sKey; ///< server Sec-WebSocket-Key
|
||||
|
||||
} WSclient_t;
|
||||
|
||||
class WebSockets {
|
||||
|
Reference in New Issue
Block a user