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:
8:a9fb8fe9b8a3
Parent:
0:fdf9c2c5200f
Child:
11:0700755d64ae
--- a/Handler/FSHandler.h	Wed Oct 21 08:27:27 2015 +0000
+++ b/Handler/FSHandler.h	Fri Oct 23 11:02:35 2015 +0000
@@ -53,6 +53,7 @@
   FILE* m_fp;
   bool m_err404;
   static map<string,string> m_lFsPath;
+  static Semaphore req_sem;
 };
 
 #endif