Stop accepting new connections in the I/O loop. Must be called first in StopHTTPServer() before DisconnectAllClients(). A connection accepted after the "wait for 0 connections" loop exits would remain in m_connected when the destructor is called.

Synopsis

Declared in <httpserver.h>

void
StopAccepting();

Created with MrDocs