mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 07:13:27 +02:00
Merge pull request #437 from kblaschke/develop
Close listening socket before stopping running connections
This commit is contained in:
commit
78039673a2
@ -50,8 +50,8 @@ HTTPServer::~HTTPServer()
|
|||||||
|
|
||||||
void HTTPServer::stopAll(bool abortCurrent)
|
void HTTPServer::stopAll(bool abortCurrent)
|
||||||
{
|
{
|
||||||
_pFactory->serverStopped(this, abortCurrent);
|
|
||||||
stop();
|
stop();
|
||||||
|
_pFactory->serverStopped(this, abortCurrent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user