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.
Dependents: axeda_wrapper_dev MTS_Axeda_Example
Revision 6:aa0594410aa9, committed 2014-01-04
- Comitter:
- mfiore
- Date:
- Sat Jan 04 08:00:38 2014 +0000
- Parent:
- 5:dd1e00e3eba5
- Commit message:
- shorten HTTPClient timeout to 5 seconds
Changed in this revision
| HTTPClient/HTTPClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient/HTTPClient.h Sat Jan 04 05:07:10 2014 +0000 +++ b/HTTPClient/HTTPClient.h Sat Jan 04 08:00:38 2014 +0000 @@ -26,7 +26,7 @@ #include "TCPSocketConnection.h" -#define HTTP_CLIENT_DEFAULT_TIMEOUT 15000 +#define HTTP_CLIENT_DEFAULT_TIMEOUT 5000 class HTTPData;