Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.
This commit is contained in:
@@ -137,7 +137,7 @@ void cRoot::Start(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
m_WebServer.Initialize(WebIniFile);
|
||||
m_HTTPServer.Initialize(WebIniFile);
|
||||
}
|
||||
|
||||
LOG("Loading settings...");
|
||||
|
||||
Reference in New Issue
Block a user