Merge pull request #15733 from yujuhong/disable_keepalive
Auto commit by PR queue bot
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
|||||||
|
|
||||||
func New() HTTPProber {
|
func New() HTTPProber {
|
||||||
tlsConfig := &tls.Config{InsecureSkipVerify: true}
|
tlsConfig := &tls.Config{InsecureSkipVerify: true}
|
||||||
transport := &http.Transport{TLSClientConfig: tlsConfig}
|
transport := &http.Transport{TLSClientConfig: tlsConfig, DisableKeepAlives: true}
|
||||||
return httpProber{transport}
|
return httpProber{transport}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user