[#HTTPServer-StopAccepting] = xref:HTTPServer.adoc[HTTPServer]::StopAccepting :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StopAccepting(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#