fix: 日志过滤
This commit is contained in:
@@ -669,6 +669,7 @@ func (ps *ProxyServer) isConnectionError(err error) bool {
|
||||
"write: broken pipe",
|
||||
"use of closed network connection",
|
||||
"context canceled",
|
||||
"short write",
|
||||
}
|
||||
|
||||
for _, connErr := range connectionErrors {
|
||||
|
Reference in New Issue
Block a user