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 20:c54c842eca76, committed 2014-12-01
- Comitter:
- takashikojo
- Date:
- Mon Dec 01 01:27:01 2014 +0000
- Parent:
- 19:dd62b8f2bb92
- Commit message:
- Add comment
Changed in this revision
| HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Mon Dec 01 01:10:14 2014 +0000
+++ b/HTTPClient.cpp Mon Dec 01 01:27:01 2014 +0000
@@ -168,7 +168,8 @@
ERR("Could not write request");
return HTTP_CONN;
}
- wait(0.1) ;
+
+ wait(0.1) ; // just for GR-peach
//Send all headers
