net/http.Transport.MaxIdleConnsPerHost (field)
7 uses
net/http (current package)
transport.go#L198: MaxIdleConnsPerHost int
transport.go#L319: MaxIdleConnsPerHost: t.MaxIdleConnsPerHost,
transport.go#L893: if v := t.MaxIdleConnsPerHost; v != 0 {
transport.go#L905: if t.DisableKeepAlives || t.MaxIdleConnsPerHost < 0 {
google.golang.org/api/transport/http
dial.go#L182: trans.MaxIdleConnsPerHost = 100
dial.go#L205: MaxIdleConnsPerHost: 100,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |