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 by
Revision 35:4e7a9a98be37, committed 2016-06-25
- Comitter:
- coolnik
- Date:
- Sat Jun 25 11:37:01 2016 +0000
- Parent:
- 34:76aa4f4021c1
- Commit message:
- replaced Serial by MODSERIAL
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Thu Apr 28 00:55:27 2016 +0000 +++ b/HTTPClient.cpp Sat Jun 25 11:37:01 2016 +0000 @@ -55,7 +55,7 @@ static TCPSocketConnection m_sock; #define CHUNK_SIZE (256*4*8) -#define SEND_BUF_SIZE 512 +#define SEND_BUF_SIZE 4096 static char send_buf[SEND_BUF_SIZE] ; static char *send_buf_p ;