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:
- 40:02c49fadbb94
- Parent:
- 39:0427544a5c08
- Child:
- 41:6f2f1fb96742
--- a/SW_HTTPServer.cpp Mon Sep 01 20:53:19 2014 +0000 +++ b/SW_HTTPServer.cpp Mon Sep 01 22:05:52 2014 +0000 @@ -1,5 +1,5 @@ // -// @note Copyright © 2013 by Smartware Computing, all rights reserved. +// @note Copyright © 2014 by Smartware Computing, all rights reserved. // Individuals may use this application for evaluation or non-commercial // purposes. Within this restriction, changes may be made to this application // as long as this copyright notice is retained. The user shall make @@ -454,6 +454,7 @@ char http[100]; sprintf(http, "%s %i %s\r\n", hdr_httpver, code, code_text); + INFO("header(%s)", http); send(http); send(hdr_age); send(hdr_server);