net/http.http2ClientConn.t (field)
15 uses
net/http (current package)
h2_bundle.go#L6732: t *http2Transport
h2_bundle.go#L7145: t: t,
h2_bundle.go#L7213: pingTimeout := cc.t.pingTimeout()
h2_bundle.go#L7221: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L7277: if cc.t.StrictMaxConcurrentStreams {
h2_bundle.go#L7491: if cc.t.t1 != nil {
h2_bundle.go#L7492: return cc.t.t1.ResponseHeaderTimeout
h2_bundle.go#L7561: if !cc.t.disableCompression() &&
h2_bundle.go#L7593: bodyWriter := cc.t.getBodyWriterState(cs, body)
h2_bundle.go#L8276: defer cc.t.connPool().MarkDead(cc)
h2_bundle.go#L8312: rl.closeWhenIdle = cc.t.disableKeepAlives() || cc.singleUse
h2_bundle.go#L8315: readIdleTimeout := cc.t.ReadIdleTimeout
h2_bundle.go#L8828: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L9026: cc.t.logf(format, args...)
h2_bundle.go#L9030: cc.t.vlogf(format, args...)
![]() |
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. |