net/http.Transport.MaxConnsPerHost (field)

7 uses

	net/http (current package)
		transport.go#L219: 	MaxConnsPerHost int
		transport.go#L351: 		MaxConnsPerHost:        t.MaxConnsPerHost,
		transport.go#L1600: 	if t.MaxConnsPerHost <= 0 {
		transport.go#L1605: 	if n := t.connsPerHost[w.key]; n < t.MaxConnsPerHost {
		transport.go#L1664: 	if t.MaxConnsPerHost <= 0 {

	github.com/gotd/td/telegram/dcs
		http.go#L387: 				MaxConnsPerHost:     httpMaxConnsPerHost,