golang.org/x/net/http2.ClientConn.idleTimeout (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L240: idleTimeout time.Duration // or 0 for never
transport.go#L656: cc.idleTimeout = d
transport.go#L803: return cc.idleTimeout != 0 && !cc.lastIdle.IsZero() && time.Since(cc.lastIdle.Round(0)) > cc.idleTimeout
transport.go#L1719: cc.idleTimer.Reset(cc.idleTimeout)
![]() |
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. |