update

Revision:
10:521a8bb6eabf
Parent:
9:efa2c147bee1
--- a/Websocket.h	Thu Mar 16 21:10:27 2017 +0000
+++ b/Websocket.h	Wed Mar 03 02:43:47 2021 +0000
@@ -126,6 +126,7 @@
         char path[64];
         
         TCPSocket socket;
+        SocketAddress add;
 
         int read(char * buf, int len, int min_len = -1);
         int write(char * buf, int len);