net/http.http2ClientConn.idleTimer (field)
8 uses
net/http (current package)
h2_bundle.go#L6743: idleTimer *time.Timer
h2_bundle.go#L7160: cc.idleTimer = time.AfterFunc(d, cc.onIdleTimeout)
h2_bundle.go#L7539: if cc.idleTimer != nil {
h2_bundle.go#L7540: cc.idleTimer.Stop()
h2_bundle.go#L8221: if len(cc.streams) == 0 && cc.idleTimer != nil {
h2_bundle.go#L8222: cc.idleTimer.Reset(cc.idleTimeout)
h2_bundle.go#L8279: if cc.idleTimer != nil {
h2_bundle.go#L8280: cc.idleTimer.Stop()
![]() |
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. |