Change buffer sizes to support GR-PEACH

Dependencies:   CyaSSL

Dependents:   GR-PEACH_Azure_Speech

Fork of HTTPClient-SSL by MultiTech

Revision:
46:369da903fca9
Parent:
42:2f464f96c204
Child:
50:7fbf8ef951f2
--- a/HTTPClient.cpp	Mon Feb 09 22:52:58 2015 +0000
+++ b/HTTPClient.cpp	Wed Mar 11 17:25:07 2015 +0000
@@ -114,7 +114,7 @@
     m_basicAuthUser(NULL), m_basicAuthPassword(NULL), m_httpResponseCode(0)
 {
     m_sock = &_m_sock;
-    // CyaSSL_Debugging_ON() ;   //Turn on if the CyaSSL library isn't working, turns on debug printf's
+    //CyaSSL_Debugging_ON() ;   //Turn on if the CyaSSL library isn't working, turns on debug printf's
     
     peerMethod = VERIFY_NONE;
     ctx = 0 ;