fix: 忽略错误

This commit is contained in:
tbphp
2025-06-09 16:19:21 +08:00
parent 57f4a8945f
commit d764e0008a

View File

@@ -744,6 +744,7 @@ func (ps *ProxyServer) isConnectionError(err error) bool {
"use of closed network connection",
"context canceled",
"short write",
"context deadline exceeded",
}
for _, connErr := range connectionErrors {