This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
81:e5e4f2264d24
Parent:
43:a182f2b5ff41
--- a/mbed/HttpdConnection.cpp	Tue Jun 24 09:42:07 2014 +0000
+++ b/mbed/HttpdConnection.cpp	Tue Jun 24 14:34:39 2014 +0000
@@ -61,4 +61,8 @@
     {
         NyLPC_cHttpdConnection_unlock(this->_ref_inst);
     }
+    void HttpdConnection::breakPersistentConnection()
+    {
+        NyLPC_cHttpdConnection_setConnectionMode(this->_ref_inst,NyLPC_TcHttpdConnection_CONNECTION_MODE_CLOSE);
+    }
 }
\ No newline at end of file