Added proper shutdown to HTTPServer.
This commit is contained in:
@@ -127,6 +127,15 @@ cHTTPServer::cHTTPServer(void) :
|
||||
|
||||
|
||||
|
||||
cHTTPServer::~cHTTPServer()
|
||||
{
|
||||
Stop();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
bool cHTTPServer::Initialize(const AString & a_PortsIPv4, const AString & a_PortsIPv6)
|
||||
{
|
||||
bool HasAnyPort;
|
||||
|
||||
Reference in New Issue
Block a user