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
Diff: HTTPClient.h
- Revision:
- 22:967c00d70d95
- Parent:
- 19:bcbf0af9fac3
--- a/HTTPClient.h Thu Jan 30 11:47:09 2014 +0000 +++ b/HTTPClient.h Sun Feb 02 16:40:08 2014 +0000 @@ -26,7 +26,7 @@ #include "TCPSocketConnection.h" -#define HTTP_CLIENT_DEFAULT_TIMEOUT 15000 +#define HTTP_CLIENT_DEFAULT_TIMEOUT 60000 class HTTPData;