increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
19:f9a0041c4501
Parent:
18:119547e27ff1
--- a/Socket.h	Tue Oct 21 17:27:23 2014 +0000
+++ b/Socket.h	Tue Oct 21 21:12:18 2014 +0000
@@ -20,7 +20,7 @@
     
     /** Close the socket file descriptor
      */
-    int close(bool clearBuffer = true);
+    int close(bool shutdown = true);
     
     ~Socket();