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
Revision 25:0b028f51b4ce, committed 2018-01-16
- Comitter:
- ianaherne
- Date:
- Tue Jan 16 17:01:12 2018 +0000
- Parent:
- 24:dafc02922e40
- Commit message:
- test
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Fri Jan 13 14:40:02 2017 +0000 +++ b/HTTPClient.cpp Tue Jan 16 17:01:12 2018 +0000 @@ -152,6 +152,7 @@ DBG("Path: %s", path); // Open m_sock.open(&m_intf); + m_sock.set_blocking(false); //Added by Ian as test********************************************************************************* m_intf.set_unsecure_mode(); //Connect DBG("Connecting socket to server");