HttpServer Library for "mbed-os" which added a snapshot handler.

Dependents:   GR-PEACH-webcam GR-Boards_WebCamera GR-Boards_WebCamera GR-Boards_WebCamera

Fork of HttpServer_snapshot by Renesas

Revision:
11:0700755d64ae
Parent:
8:a9fb8fe9b8a3
--- a/Handler/FSHandler.cpp	Tue Apr 19 02:21:29 2016 +0000
+++ b/Handler/FSHandler.cpp	Fri Oct 28 06:15:29 2016 +0000
@@ -28,8 +28,7 @@
 Semaphore FSHandler::req_sem(1);
 
 
-//*FSHandler::FSHandler(const char* rootPath, const char* path, TCPSocket* pTCPSocket) : HTTPRequestHandler(rootPath, path, pTCPSocket), m_err404(false)
-FSHandler::FSHandler(const char* rootPath, const char* path, TCPSocketConnection* pTCPSocketConnection) : HTTPRequestHandler(rootPath, path, pTCPSocketConnection), m_err404(false)
+FSHandler::FSHandler(const char* rootPath, const char* path, TCPSocket* pTCPSocket) : HTTPRequestHandler(rootPath, path, pTCPSocket), m_err404(false)
 {}
 
 FSHandler::~FSHandler()
@@ -185,3 +184,4 @@
 #endif
 **/
 }
+