reverted HTTPCLient debug back to defaulted off

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by Keith Ruenheck

Revision:
18:119547e27ff1
Parent:
2:ebc6129de4e8
diff -r cbfa7314af15 -r 119547e27ff1 IPStack.h
--- a/IPStack.h	Fri Aug 22 16:16:13 2014 +0000
+++ b/IPStack.h	Tue Oct 21 17:27:23 2014 +0000
@@ -49,7 +49,7 @@
     *
     * @returns true if successfully closed, otherwise returns false on an error.
     */
-    virtual bool close() = 0;
+    virtual bool close(bool clearBuffer) = 0;
 
     /** This method is used to read data off of a socket, assuming a valid socket
     * connection is already open.