mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-25 14:36:34 +08:00
缓存条件增加是否允许异步读取源站选项
This commit is contained in:
@@ -146,7 +146,7 @@ func (this *HTTPClientPool) Client(req *HTTPRequest,
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return conn, nil
|
||||
return NewOriginConn(conn), nil
|
||||
},
|
||||
MaxIdleConns: 0,
|
||||
MaxIdleConnsPerHost: idleConns,
|
||||
|
||||
Reference in New Issue
Block a user