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.
Dependents: catcher_sensoresmx_info_POST_KARLO
Fork of HTTPClient by
Revision 22:36722202244f, committed 2016-03-08
- Comitter:
- karlovalentin
- Date:
- Tue Mar 08 06:19:31 2016 +0000
- Parent:
- 21:87fb5dd782dc
- Commit message:
- testing with 1000char message being sent 100k times;
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Mon Oct 19 14:46:48 2015 +0000 +++ b/HTTPClient.cpp Tue Mar 08 06:19:31 2016 +0000 @@ -40,7 +40,7 @@ #define MIN(x,y) (((x)<(y))?(x):(y)) #define MAX(x,y) (((x)>(y))?(x):(y)) -#define CHUNK_SIZE 256 +#define CHUNK_SIZE 2048 #define BUF_SIZE 64 #include <cstring>