A HTTP Client for the mbed GPRS networking libraries

Fork of HTTPClient_GPRS by wei zou

Files at this revision

API Documentation at this revision

Comitter:
yihui
Date:
Fri Mar 06 09:22:06 2015 +0000
Parent:
17:f22357c94c81
Commit message:
update url - mbed.org/* to developer.mbed.org and increase buffer

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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>