fix: 日志过滤

This commit is contained in:
tbphp
2025-06-09 14:48:54 +08:00
parent 53c71a0f7f
commit d86efc0f7e

View File

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