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.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. |