xiaoxiang781216 commented on code in PR #1360: URL: https://github.com/apache/incubator-nuttx-apps/pull/1360#discussion_r998296062
########## system/websocket/0001-Porting-the-code-for-NuttX.patch: ########## @@ -0,0 +1,2257 @@ +From be917069caddfc701169f165c6900ee3cc919f0e Mon Sep 17 00:00:00 2001 +From: SPRESENSE <41312067+sprese...@users.noreply.github.com> +Date: Fri, 19 Apr 2019 17:40:58 +0900 +Subject: [PATCH] Porting the code for NuttX + +--- + cwebsocket/src/cwebsocket/client.c | 801 +++++++++++++++++++---------- + cwebsocket/src/cwebsocket/client.h | 177 ++++++- + cwebsocket/src/cwebsocket/common.c | 29 +- + cwebsocket/src/cwebsocket/common.h | 68 ++- + cwebsocket/src/cwebsocket/scanw.c | 512 ++++++++++++++++++ Review Comment: look like we make a huge change to the original code, do we really so much change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org