increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
16:dbe80ac199f5
Parent:
8:a3b41ec82e63
Child:
21:faff2c3248ec
--- a/TCPSocketConnection.cpp	Wed Jul 23 16:24:30 2014 +0000
+++ b/TCPSocketConnection.cpp	Mon Aug 11 15:43:15 2014 +0000
@@ -56,7 +56,7 @@
     Timer tmr;
     int bytes = 0;
     int totalbytes = 0;
-    
+
     if (_blocking) {
         return ip->read(data, length, _timeout);
     } else {