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 mbed-http by
Diff: source/https_request.h
- Revision:
- 20:0e63d6a93c02
- Parent:
- 15:ffc77f212382
--- a/source/https_request.h Mon Sep 04 16:52:46 2017 +0100 +++ b/source/https_request.h Sat Nov 18 14:03:26 2017 +0100 @@ -28,6 +28,10 @@ #include "http_parsed_url.h" #include "tls_socket.h" +#ifndef HTTP_RECEIVE_BUFFER_SIZE +#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024 +#endif + /** * \brief HttpsRequest implements the logic for interacting with HTTPS servers. */
