mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #15733 from yujuhong/disable_keepalive
Auto commit by PR queue bot
This commit is contained in:
commit
483c4a8d85
@ -30,7 +30,7 @@ import (
|
||||
|
||||
func New() HTTPProber {
|
||||
tlsConfig := &tls.Config{InsecureSkipVerify: true}
|
||||
transport := &http.Transport{TLSClientConfig: tlsConfig}
|
||||
transport := &http.Transport{TLSClientConfig: tlsConfig, DisableKeepAlives: true}
|
||||
return httpProber{transport}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user