Simple websocket client

Dependents:   microServiceBus_node msbCOM

Fork of WebSocketClient by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
wmmihaa
Date:
Sun Apr 23 12:14:55 2017 +0000
Parent:
8:b3925e750b5f
Commit message:
...

Changed in this revision

Websocket.h Show annotated file Show diff for this revision Revisions of this file
--- 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;