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-SSL by
Revision 55:be7aecd7d2ec, committed 2016-02-04
- Comitter:
- kruenhec
- Date:
- Thu Feb 04 17:42:55 2016 +0000
- Parent:
- 54:57ca8f2cf148
- Commit message:
- Added hardware reset of modem, including the option from debugMenu=>SystemSetup
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 57ca8f2cf148 -r be7aecd7d2ec HTTPClient.cpp --- a/HTTPClient.cpp Thu Jan 28 21:32:04 2016 +0000 +++ b/HTTPClient.cpp Thu Feb 04 17:42:55 2016 +0000 @@ -22,7 +22,7 @@ #define MAX_URL_PATH_LENGTH 128 //Debug is disabled by default -//#define HTTP_DEBUG +#define HTTP_DEBUG #ifdef HTTP_DEBUG //Enable debug #include <cstdio>