1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-24 11:34:14 +00:00

Merge branch 'master' into develop

This commit is contained in:
astaxie 2018-07-20 12:00:53 +08:00
commit 541fb181fe

View File

@ -446,7 +446,7 @@ func (b *BeegoHTTPRequest) DoRequest() (resp *http.Response, err error) {
TLSClientConfig: b.setting.TLSClientConfig,
Proxy: b.setting.Proxy,
Dial: TimeoutDialer(b.setting.ConnectTimeout, b.setting.ReadWriteTimeout),
MaxIdleConnsPerHost: -1,
MaxIdleConnsPerHost: 100,
}
} else {
// if b.transport is *http.Transport then set the settings.