net/http.http2ClientConn.streamByID (method)
7 uses
net/http (current package)
h2_bundle.go#L8211: cc.streamByID(id, true)
h2_bundle.go#L8214: func (cc *http2ClientConn) streamByID(id uint32, andRemove bool) *http2clientStream {
h2_bundle.go#L8330: if cs := cc.streamByID(se.StreamID, false); cs != nil {
h2_bundle.go#L8393: cs := cc.streamByID(f.StreamID, false)
h2_bundle.go#L8700: cs := cc.streamByID(f.StreamID, f.StreamEnded())
h2_bundle.go#L8897: cs := cc.streamByID(f.StreamID, false)
h2_bundle.go#L8917: cs := rl.cc.streamByID(f.StreamID, true)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)