mirror of
https://github.com/astaxie/beego.git
synced 2024-11-01 01:20:56 +00:00
close socket when http client request over
To avoid a large number of TIME_WAIT in server which http client talk with
This commit is contained in:
parent
e89f562396
commit
b36afadbdc
@ -412,6 +412,7 @@ func (b *BeegoHTTPRequest) DoRequest() (*http.Response, error) {
|
||||
TLSClientConfig: b.setting.TLSClientConfig,
|
||||
Proxy: b.setting.Proxy,
|
||||
Dial: TimeoutDialer(b.setting.ConnectTimeout, b.setting.ReadWriteTimeout),
|
||||
MaxIdleConnsPerHost: -1,
|
||||
}
|
||||
} else {
|
||||
// if b.transport is *http.Transport then set the settings.
|
||||
|
Loading…
Reference in New Issue
Block a user