net/http.Transport.MaxIdleConns (field)
8 uses
net/http (current package)
transport.go#L49: MaxIdleConns: 100,
transport.go#L193: MaxIdleConns int
transport.go#L318: MaxIdleConns: t.MaxIdleConns,
transport.go#L977: if t.MaxIdleConns != 0 && t.idleLRU.len() > t.MaxIdleConns {
github.com/aws/aws-sdk-go/aws/session
cabundle_transport.go#L21: MaxIdleConns: 100,
google.golang.org/api/transport/http
dial.go#L204: MaxIdleConns: 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. |