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.
Revision 27:42b319540a74, committed 2018-03-27
- Comitter:
- Jan Jongboom
- Date:
- Tue Mar 27 11:05:43 2018 +0200
- Parent:
- 24:6c1651fd26b9
- Child:
- 28:9a04ed79d67e
- Commit message:
- Reference TCPSocket in tls_socket
Changed in this revision
| source/tls_socket.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/tls_socket.h Thu Jan 11 13:57:53 2018 +0100 +++ b/source/tls_socket.h Tue Mar 27 11:05:43 2018 +0200 @@ -24,6 +24,7 @@ #include <string> #include <vector> #include <map> +#include "TCPSocket.h" #include "http_parser.h" #include "http_response.h" #include "http_request_builder.h"