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:
50:6b0d6121914f
Parent:
46:369da903fca9
Child:
51:68aeee0a25f3
Child:
52:d49ba1ed624c
--- a/HTTPClient.cpp	Thu Jun 25 13:55:25 2015 +0000
+++ b/HTTPClient.cpp	Fri Sep 11 21:51:39 2015 +0000
@@ -55,7 +55,7 @@
 #include "HTTPClient.h"
 
 static  TCPSocketConnection* m_sock;
-#define CHUNK_SIZE    256
+#define CHUNK_SIZE    512 // changed from 256 to work with MedSentry site
 #define SEND_BUF_SIZE 1024
 static char send_buf[SEND_BUF_SIZE] ;
 static char *send_buf_p = NULL;