Merge branch 'develop' of https://github.com/pocoproject/poco into develop

This commit is contained in:
Guenter Obiltschnig
2014-05-19 21:44:34 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -50,8 +50,8 @@ HTTPServer::~HTTPServer()
void HTTPServer::stopAll(bool abortCurrent)
{
_pFactory->serverStopped(this, abortCurrent);
stop();
_pFactory->serverStopped(this, abortCurrent);
}