Got modem to work with MedSentry website. Includes minor change to a library file.

Dependencies:   CyaSSL

Dependents:   MTS-Socket

Fork of HTTPClient-SSL by MultiTech

Revision:
54:57ca8f2cf148
Parent:
53:7eb484761f66
Child:
55:be7aecd7d2ec
--- a/HTTPClient.cpp	Wed Jan 27 22:55:35 2016 +0000
+++ b/HTTPClient.cpp	Thu Jan 28 21:32:04 2016 +0000
@@ -56,7 +56,7 @@
 #include "HTTPClient.h"
 
 static  TCPSocketConnection* m_sock;
-#define CHUNK_SIZE    512 // changed from 256 to work with MedSentry site
+#define CHUNK_SIZE    1024 // changed from 256 to work with large cookies
 #define SEND_BUF_SIZE 1024
 static char send_buf[SEND_BUF_SIZE] ;
 static char *send_buf_p = NULL;