fix: 忽略错误
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user