reverted HTTPCLient debug back to defaulted off

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by Keith Ruenheck

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