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:
3:87c6439f4136
Parent:
2:82892309f848
Child:
4:1b6b021ee21d
--- a/Handler/RPCHandler.cpp	Thu Feb 20 13:08:59 2014 +0000
+++ b/Handler/RPCHandler.cpp	Thu Feb 20 13:11:34 2014 +0000
@@ -107,15 +107,6 @@
       memset((void*) p,*(p+2),1);
       }
   }
-  /**
-  static const char* lGarbage[2] = {"%20", "+"};
-  for(int i = 0; i < 2; i++)
-  {
-    while( p = strstr(data, lGarbage[i]) )
-    {
-      memset((void*) p, ' ', strlen(lGarbage[i]));
-    }
-  }
-  **/
+  
 }
   
\ No newline at end of file