mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01: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)
|
||||
{
|
||||
_pFactory->serverStopped(this, abortCurrent);
|
||||
stop();
|
||||
_pFactory->serverStopped(this, abortCurrent);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user