increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
22:966373d2930c
Parent:
21:faff2c3248ec
--- a/TCPSocketConnection.cpp	Tue Jan 06 15:47:02 2015 +0000
+++ b/TCPSocketConnection.cpp	Tue Jan 06 16:20:48 2015 +0000
@@ -13,7 +13,7 @@
 int TCPSocketConnection::connect(const char* host, const int port)
 {
     if(!ip) {
-        logError("IP pointer is null");
+        logError("IPstack object pointer is NULL");
         return -1;
     }
     if (!ip->open(host, port, IPStack::TCP)) {