1
0

Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.

This commit is contained in:
madmaxoft
2013-09-27 18:14:26 +02:00
parent 11e0c73ffd
commit f4efcb9080
9 changed files with 831 additions and 474 deletions

View File

@@ -137,7 +137,7 @@ void cRoot::Start(void)
}
else
{
m_WebServer.Initialize(WebIniFile);
m_HTTPServer.Initialize(WebIniFile);
}
LOG("Loading settings...");