A HTTP Client library - increase receive buffer size

Dependents:   Fx0Hackson_b Fx0Hackson HTTPClient_HelloWorld HTTPClient_POST ... more

Fork of HTTPClient by Donatien Garnier

Revision:
21:87fb5dd782dc
Parent:
20:a0201b94b774
--- 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__);