fixed SF# 3522906: Unregistering handlers from SocketReactor

This commit is contained in:
Aleksandar Fabijanic
2012-05-04 03:39:24 +00:00
parent 8b7c37a837
commit 369ca9cd52
9 changed files with 170 additions and 23 deletions

View File

@@ -108,7 +108,7 @@ void HTTPTestServer::run()
ss.shutdown();
Poco::Thread::sleep(1000);
}
catch (Poco::Exception& exc)
catch (Poco::Exception&)
{
}
}