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:
39:e3c8f7d2d037
Parent:
38:38720bd5dd16
Child:
40:c0a52a6bb50f
--- a/HTTPClient.cpp	Thu Sep 18 03:31:30 2014 +0000
+++ b/HTTPClient.cpp	Thu Sep 18 16:46:08 2014 +0000
@@ -21,8 +21,7 @@
 #define MAX_URL_HOSTNAME_LENGTH 128
 #define MAX_URL_PATH_LENGTH     128
 
-// DMA: mbed
-#include "mbed.h"
+// DMA: RTOS for Thread definition
 #include "rtos.h"
 
 //Debug is disabled by default