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.
Fork of HTTPServer by
Diff: HTTPServer.cpp
- Revision:
- 12:ba81cc117fb6
- Parent:
- 11:3943841e1798
- Child:
- 13:aa5338a5e452
--- a/HTTPServer.cpp Sun Jun 02 22:59:51 2013 +0000 +++ b/HTTPServer.cpp Wed Jun 05 23:39:24 2013 +0000 @@ -164,7 +164,7 @@ if (c == 0) { // Handle the request HandleRequest(con.m_Msg, Clnt); - INFO("Closing connection.\n"); +// INFO("Closing connection.\n"); // if (!m_wifly.close()) { // ERR("Failed to close connection !\n"); // }