Eliminated unessecary logic when defining chunk size

Dependencies:   CyaSSL

Dependents:   ECE_4180_Lab_4 IoT_Security_WIFI ESP8266_HTTP_HelloWorld ESP8266_ws_hw ... more

Fork of HTTPClient-SSL by Doug Anson

Revision:
29:2d96cc752d19
Parent:
27:5d4739eae63e
Child:
36:debaeb6006a7
--- a/HTTPClient.h	Wed Aug 27 18:10:09 2014 +0000
+++ b/HTTPClient.h	Wed Aug 27 20:30:29 2014 +0000
@@ -165,7 +165,7 @@
 };
 
 //Including data containers here for more convenience
-#include "data/HTTPText.h"
+#include "data/HTTPJson.h"
 #include "data/HTTPMap.h"
 
 #endif