mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-16 09:12:11 +01:00
fixed SF# 3522906: Unregistering handlers from SocketReactor
This commit is contained in:
@@ -108,7 +108,7 @@ void HTTPTestServer::run()
|
||||
ss.shutdown();
|
||||
Poco::Thread::sleep(1000);
|
||||
}
|
||||
catch (Poco::Exception& exc)
|
||||
catch (Poco::Exception&)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user