Simple websocket client

Dependents:   microServiceBus_node msbCOM

Fork of WebSocketClient by Samuel Mokrani

Revision:
9:71fd3cc92bf2
Parent:
6:86e89a0369b9
--- a/Websocket.h	Thu Aug 25 13:51:55 2016 +0000
+++ b/Websocket.h	Sun Apr 23 12:14:55 2017 +0000
@@ -132,7 +132,7 @@
         
         char scheme[8];
         uint16_t port;
-        char host[32];
+        char host[64];
         char path[64];
         
         TCPSocketConnection socket;