From 497bc2e86bf303e931cbf224c6be3c56c4df275d Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Fri, 20 Dec 2024 21:01:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20SSH=E8=BF=9E=E6=8E=A5=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/Log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Log.go b/Common/Log.go index c76f9a8..817c46e 100644 --- a/Common/Log.go +++ b/Common/Log.go @@ -146,7 +146,7 @@ func CheckErrs(err error) bool { // 已知错误列表 errs := []string{ "closed by the remote host", "too many connections", - "i/o timeout", "EOF", "A connection attempt failed", + "EOF", "A connection attempt failed", "established connection failed", "connection attempt failed", "Unable to read", "is not allowed to connect to this", "no pg_hba.conf entry",