Skip to content

Commit

Permalink
Merge pull request #437 from kblaschke/develop
Browse files Browse the repository at this point in the history
Close listening socket before stopping running connections
  • Loading branch information
obiltschnig committed May 19, 2014
2 parents 7b9e035 + 6c37cad commit 7803967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/src/HTTPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ HTTPServer::~HTTPServer()

void HTTPServer::stopAll(bool abortCurrent)
{
_pFactory->serverStopped(this, abortCurrent);
stop();
_pFactory->serverStopped(this, abortCurrent);
}


Expand Down

0 comments on commit 7803967

Please sign in to comment.