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:
- 6:37fb696395d7
- Parent:
- 0:50cedd586816
- Child:
- 7:a069c1750fbc
--- a/http/server/HttpSocket.cpp Wed Jul 01 22:45:49 2015 +0000 +++ b/http/server/HttpSocket.cpp Fri Jul 03 22:42:45 2015 +0000 @@ -216,6 +216,7 @@ int ClientSocketSend(long socket, char * buffer, unsigned int len) { + HttpDebug("\r\n ClientSocketSend\n\r"); int send_len = 0, Ittr = 0; do