net/http.Transport.IdleConnTimeout (field)
13 uses
net/http (current package)
h2_bundle.go#L9206: return t.t1.IdleConnTimeout
transport.go#L50: IdleConnTimeout: 90 * time.Second,
transport.go#L211: IdleConnTimeout time.Duration
transport.go#L321: IdleConnTimeout: t.IdleConnTimeout,
transport.go#L986: if t.IdleConnTimeout > 0 && pconn.alt == nil {
transport.go#L988: pconn.idleTimer.Reset(t.IdleConnTimeout)
transport.go#L990: pconn.idleTimer = time.AfterFunc(t.IdleConnTimeout, pconn.closeConnIfStillIdle)
transport.go#L1021: if t.IdleConnTimeout > 0 {
transport.go#L1022: oldTime = time.Now().Add(-t.IdleConnTimeout)
github.com/aws/aws-sdk-go/aws/session
cabundle_transport.go#L22: IdleConnTimeout: 90 * time.Second,
golang.org/x/net/http2
transport.go#L2702: return t.t1.IdleConnTimeout
google.golang.org/api/transport/http
dial.go#L206: IdleConnTimeout: 90 * time.Second,
![]() |
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. |