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: SalesforceInterface df-2014-heroku-thermostat-k64f SalesforceInterface
Fork of HTTPClient by
Revision 38:38720bd5dd16, committed 2014-09-18
- Comitter:
- ansond
- Date:
- Thu Sep 18 03:31:30 2014 +0000
- Parent:
- 37:29941a3bae90
- Child:
- 39:e3c8f7d2d037
- Commit message:
- turned of debugging
Changed in this revision
| HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Thu Sep 18 03:21:13 2014 +0000
+++ b/HTTPClient.cpp Thu Sep 18 03:31:30 2014 +0000
@@ -26,7 +26,7 @@
#include "rtos.h"
//Debug is disabled by default
-#if 1
+#if 0
//Enable debug
#include <cstdio>
#define DBG(x, ...) std::printf("[HTTPClient : DBG] "x"\r\n", ##__VA_ARGS__);
@@ -117,7 +117,7 @@
m_basicAuthUser(NULL), m_basicAuthPassword(NULL), m_httpResponseCode(0), m_oauthToken(NULL)
{
// To DEBUG the underlying SSL - uncomment this...
- CyaSSL_Debugging_ON();
+ //CyaSSL_Debugging_ON();
ctx = 0 ;
ssl = 0 ;
