http

Dependents:   finalV1 finalV1 finalv2 finalv3

Revision:
18:aaab2081c1c0
Parent:
17:f22357c94c81
--- a/HTTPClient.cpp	Thu Feb 27 07:34:54 2014 +0000
+++ b/HTTPClient.cpp	Fri Mar 06 09:22:06 2015 +0000
@@ -40,7 +40,7 @@
 #define MIN(x,y) (((x)<(y))?(x):(y))
 #define MAX(x,y) (((x)>(y))?(x):(y))
 
-#define CHUNK_SIZE 512
+#define CHUNK_SIZE 1024
 
 #include <cstring>