increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
14:7643ed024fe8
Parent:
12:9efe3cc3cb6c
Child:
16:dbe80ac199f5
--- a/Test/TestHTTP.h	Mon Jun 23 14:33:39 2014 +0000
+++ b/Test/TestHTTP.h	Wed Jul 23 16:01:16 2014 +0000
@@ -114,6 +114,8 @@
     Test::assertTrue(http->get(url.c_str(), &big, 5000) == HTTP_OK);
     Test::end();
     
+    
+    
     radio->disconnect();
 }