update

Files at this revision

API Documentation at this revision

Comitter:
jump_man
Date:
Wed Mar 10 17:03:33 2021 +0000
Parent:
10:521a8bb6eabf
Commit message:
update

Changed in this revision

Websocket.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.cpp	Wed Mar 03 02:43:47 2021 +0000
+++ b/Websocket.cpp	Wed Mar 10 17:03:33 2021 +0000
@@ -180,7 +180,7 @@
         return false;
     }
 
-    INFO("\r\nhost: %s\r\npath: %s\r\nport: %d\r\n\r\n", host, path, port);
+    //INFO("\r\nhost: %s\r\npath: %s\r\nport: %d\r\n\r\n", host, path, port);
     return true;
 }