Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
Revision 112:1853d747fcdf, committed 2015-06-10
- Comitter:
- nyatla
- Date:
- Wed Jun 10 05:20:02 2015 +0000
- Parent:
- 111:f525c6e5e27b
- Child:
- 113:e40058804062
- Commit message:
- fix issue; https://developer.mbed.org/users/nyatla/code/libMiMic/issues/3
Changed in this revision
| core/net/httpd/mod/NyLPC_cModWebSocket.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/core/net/httpd/mod/NyLPC_cModWebSocket.c Mon Mar 16 14:19:16 2015 +0000
+++ b/core/net/httpd/mod/NyLPC_cModWebSocket.c Wed Jun 10 05:20:02 2015 +0000
@@ -663,7 +663,7 @@
s=2;
}else{
w[1]=126;
- s=3;
+ s=4;
*((NyLPC_TUInt16*)(&(w[2])))=NyLPC_htons(i_len);
}
if(!NyLPC_iHttpPtrStream_write(NyLPC_cHttpdConnection_refStream(i_inst->_ref_connection),w,s)){
MiMic Webservice library