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:
- 12:7d75ba5deed1
- Parent:
- 7:a069c1750fbc
- Child:
- 14:90603ea1e85b
--- a/http/server/HttpSocket.cpp Tue Jul 07 22:56:31 2015 +0000 +++ b/http/server/HttpSocket.cpp Sun Jul 12 09:13:56 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