Better exit codes from the server

This commit is contained in:
Alexey Milovidov 2023-11-23 17:00:02 +01:00
parent 2eca762c39
commit 5abed8f8a8

View File

@ -1970,7 +1970,7 @@ catch (...)
{
/// Poco does not provide stacktrace.
tryLogCurrentException("Application");
throw;
return getCurrentExceptionCode();
}
std::unique_ptr<TCPProtocolStackFactory> Server::buildProtocolStackFromConfig(