net/http.Transport.DisableKeepAlives (field)

7 uses

	net/http (current package)
		h2_bundle.go#L8068: 	return t.t1 != nil && t.t1.DisableKeepAlives
		transport.go#L193: 	DisableKeepAlives bool
		transport.go#L347: 		DisableKeepAlives:      t.DisableKeepAlives,
		transport.go#L1063: 	if t.DisableKeepAlives || t.MaxIdleConnsPerHost < 0 {
		transport.go#L1175: 	if t.DisableKeepAlives {
		transport.go#L2866: 	if pc.t.DisableKeepAlives &&