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,
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |