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/HttpSocket.cpp
- Revision:
- 18:3f1b52616d00
- Parent:
- 14:90603ea1e85b
- Child:
- 20:409ebd125b9c
diff -r acc075ff3fcb -r 3f1b52616d00 http/server/HttpSocket.cpp --- a/http/server/HttpSocket.cpp Mon Aug 31 15:20:36 2015 +0000 +++ b/http/server/HttpSocket.cpp Thu Sep 03 20:10:39 2015 +0000 @@ -215,7 +215,6 @@ int ClientSocketSend(long socket, char * buffer, unsigned int len) { -// HttpDebug("\r\n ClientSocketSend\n\r"); int send_len = 0, Ittr = 0; do