SocketIO updated for K64F usage

Fork of SocketIO by Doug Anson

Revision:
12:8fe60d9ca3bf
Parent:
11:b32005b69b5c
Child:
13:1b8ff174aea6
--- a/SocketIO.cpp	Fri Nov 08 20:10:26 2013 +0000
+++ b/SocketIO.cpp	Sun Nov 10 02:17:45 2013 +0000
@@ -176,6 +176,7 @@
     bool haveKey = false;
     HTTPClient http;
     char response[513];
+    memset(response,'\0',513);
     
     // make sure we have buffers
     if (this->session_key != NULL && this->ws_channel != NULL) {