WIZwikiREST-io exercise code for WIZnet Academy

Dependencies:   MbedJSONValue_v102 WIZnetInterface mbed

Fork of WIZwiki-REST-io_v103 by Lawrence Lee

Revision:
9:f7d5a168a693
Parent:
8:60d99da6eeb2
--- a/RequestHandler.cpp	Mon Sep 05 06:29:55 2016 +0000
+++ b/RequestHandler.cpp	Thu Oct 06 04:13:57 2016 +0000
@@ -300,12 +300,12 @@
     }
 #ifdef DEBUG_HTTPREQ
     printf("Before Parse\r\n");
-    debug_info();
+    //debug_info();
 #endif
     parse(*pDataJson,(const char*)request_data);
 #ifdef DEBUG_HTTPREQ
     printf("After Parse\r\n");
-    debug_info();
+    //debug_info();
     printf("DataJson._type=%d\r\n",pDataJson->_type);
     printf("DataJson=%s\r\n",pDataJson->serialize().c_str());
     printf("DataJson.size()=%d\r\n",pDataJson->size());
@@ -453,7 +453,7 @@
     
 #ifdef DEBUG_HTTPREQ
     printf("Before Delete\r\n");
-    debug_info();
+    //debug_info();
 #endif
     if(pDataJson){
 #ifdef DEBUG_HTTPREQ
@@ -464,7 +464,7 @@
     }
 #ifdef DEBUG_HTTPREQ
     printf("After Delete\r\n");
-    debug_info();
+    //debug_info();
 #endif
 }