提交 786c21b2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Server tool: the tcpShutdown feature now also stops other servers (web server…

Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server).
上级 b082dd17
......@@ -432,7 +432,9 @@ public class TcpServer implements Service {
if (force) {
// ignore
} else {
throw e;
if (e.getErrorCode() != ErrorCode.CONNECTION_BROKEN_1) {
throw e;
}
}
}
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论