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.
Fork of SW_HTTPServer by
Diff: SW_HTTPServer.cpp
- Revision:
- 35:2d756262d095
- Parent:
- 34:019212c05980
- Child:
- 36:1bb5fa6b109c
diff -r 019212c05980 -r 2d756262d095 SW_HTTPServer.cpp --- a/SW_HTTPServer.cpp Sat Jan 04 20:29:46 2014 +0000 +++ b/SW_HTTPServer.cpp Sat Jan 04 20:53:10 2014 +0000 @@ -621,8 +621,8 @@ *delim++ = '\0'; headerParams[headerParamCount].name = soRec; headerParams[headerParamCount].value = delim; - INFO("%d: headerParams[%s] = {%s}", headerParamCount, - headerParams[headerParamCount].name, headerParams[headerParamCount].value); + //INFO("%d: headerParams[%s] = {%s}", headerParamCount, + // headerParams[headerParamCount].name, headerParams[headerParamCount].value); headerParamCount++; } soRec = eoRec + 1;