Simple websocket client
Dependents: microServiceBus_node msbCOM
Fork of WebSocketClient by
Revision 9:71fd3cc92bf2, committed 2017-04-23
- 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 |
diff -r b3925e750b5f -r 71fd3cc92bf2 Websocket.h --- 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;