Single instance HTTP Server using new Ethernet Interface. Blocking mode only; this improved stability, but the HTTP server must be started from a separate thread.

Dependents:   SmartLight

Fork of HTTPServer by Henry Leinen

Revision:
17:d7186c696729
Parent:
16:cc3f5c53d0d5
diff -r cc3f5c53d0d5 -r d7186c696729 Handler/FsHandler.cpp
--- a/Handler/FsHandler.cpp	Sat Aug 17 16:17:55 2013 +0000
+++ b/Handler/FsHandler.cpp	Thu May 15 16:09:51 2014 +0000
@@ -109,7 +109,7 @@
     }
     else {
         retval = 404;
-        ERR("Requested file was not found !");
+        ERR("Requested file was not found!");
     }
     
     return retval;