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:
- 14:90603ea1e85b
- Parent:
- 12:7d75ba5deed1
- Child:
- 18:3f1b52616d00
diff -r bf45f592c2b6 -r 90603ea1e85b http/server/HttpSocket.cpp --- a/http/server/HttpSocket.cpp Mon Jul 13 08:20:40 2015 +0000 +++ b/http/server/HttpSocket.cpp Tue Aug 25 22:03:00 2015 +0000 @@ -215,7 +215,7 @@ int ClientSocketSend(long socket, char * buffer, unsigned int len) { - HttpDebug("\r\n ClientSocketSend\n\r"); +// HttpDebug("\r\n ClientSocketSend\n\r"); int send_len = 0, Ittr = 0; do