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.
Diff: http/server/WebSockHandler.cpp
- Revision:
- 8:529a12812c53
- Parent:
- 6:37fb696395d7
- Child:
- 12:7d75ba5deed1
--- a/http/server/WebSockHandler.cpp Sun Jul 05 22:18:04 2015 +0000
+++ b/http/server/WebSockHandler.cpp Mon Jul 06 11:03:14 2015 +0000
@@ -290,7 +290,7 @@
*/
int WSCore_DataSend(UINT16 uConnection, struct HttpBlob PayLoad, UINT8 Opcode)
{
- Uart_Write((uint8_t*)"WSCore_DataSend\n\r");
+// Uart_Write((uint8_t*)"WSCore_DataSend\n\r");
UINT16 usTotalLength;
UINT8 usNextBlock;
UINT16 usPayloadLen; // The heap cannot support beyond 65kb