increased the chunk buffer to accept post messages above 512 bytes

Dependents:   catcher_sensoresmx_info_POST_KARLO

Fork of HTTPClient by Toyomasa Watarai

Revision:
21:87fb5dd782dc
Parent:
20:a0201b94b774
Child:
22:36722202244f
--- a/HTTPClient.cpp	Mon Mar 16 11:30:54 2015 +0000
+++ b/HTTPClient.cpp	Mon Oct 19 14:46:48 2015 +0000
@@ -18,7 +18,7 @@
  */
 
 //Debug is disabled by default
-#if 1
+#if 0
 //Enable debug
 #include <cstdio>
 #define DBG(x, ...) std::printf("[HTTPClient : DBG]"x"\r\n", ##__VA_ARGS__);