Library for httpserver

Dependents:   Internet_Piano_v2

Fork of httpServer_with_Ethernt by IOP

Revision:
2:dd293a10a772
Parent:
1:772534e3b627
Child:
3:87bec0b34de7
--- a/HTTPServer.cpp	Tue Jun 30 00:21:41 2015 +0000
+++ b/HTTPServer.cpp	Wed Sep 02 02:03:22 2015 +0000
@@ -43,6 +43,7 @@
     } else {
         //  In the case that the ethernet interface is provided, it is assumed that a connection has already been created.
         INFO("Using connection IP %s", pEthernet->getIPAddress());
+        m_pEthernet = pEthernet;
     }
     
     INFO("Binding to port %d...", port);
@@ -125,3 +126,5 @@
             delete phdl;
     }
 }
+
+