mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +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 {
|
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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user