Erik - / SW_HTTPServer

Fork of SW_HTTPServer by David Smart

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);