Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPClient_GPRS by
Revision 18:aaab2081c1c0, committed 2015-03-06
- 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>