fix: 忽略错误
This commit is contained in:
@@ -744,6 +744,7 @@ func (ps *ProxyServer) isConnectionError(err error) bool {
|
|||||||
"use of closed network connection",
|
"use of closed network connection",
|
||||||
"context canceled",
|
"context canceled",
|
||||||
"short write",
|
"short write",
|
||||||
|
"context deadline exceeded",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, connErr := range connectionErrors {
|
for _, connErr := range connectionErrors {
|
||||||
|
Reference in New Issue
Block a user