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.
Diff: source/http_request.h
- Revision:
- 20:0e63d6a93c02
- Parent:
- 17:6e0025e01b98
- Child:
- 22:71fc1b1894f8
diff -r a5371b71de6f -r 0e63d6a93c02 source/http_request.h --- a/source/http_request.h Mon Sep 04 16:52:46 2017 +0100 +++ b/source/http_request.h Sat Nov 18 14:03:26 2017 +0100 @@ -32,6 +32,9 @@ * - Userinfo parameter is not handled */ +#ifndef HTTP_RECEIVE_BUFFER_SIZE +#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024 +#endif /** * \brief HttpRequest implements the logic for interacting with HTTP servers.