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:
5:b8f6a11c70db
Parent:
4:1b6b021ee21d
Child:
11:0700755d64ae
--- a/Handler/SimpleHandler.cpp	Fri Feb 21 07:10:30 2014 +0000
+++ b/Handler/SimpleHandler.cpp	Sat Feb 22 05:51:59 2014 +0000
@@ -19,9 +19,7 @@
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
-#ifdef _DEBUG_ALL
 #define _DEBUG_SIMPLE_HANDLER
-#endif
 
 #include "SimpleHandler.h"
 
@@ -74,7 +72,7 @@
 #ifdef _DEBUG_SIMPLE_HANDLER
     printf("\r\n++++SimpleHandler::onWriteable() event\r\n");
 #endif
-    close(); //Data written, we can close the connection
+//    close(); //Data written, we can close the connection
 }
 
 void SimpleHandler::onClose() //Connection is closing