golang.org/x/net/http2.ClientConn.streamByID (method)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L1708: cc.streamByID(id, true)
transport.go#L1711: func (cc *ClientConn) streamByID(id uint32, andRemove bool) *clientStream {
transport.go#L1827: if cs := cc.streamByID(se.StreamID, false); cs != nil {
transport.go#L1890: cs := cc.streamByID(f.StreamID, false)
transport.go#L2197: cs := cc.streamByID(f.StreamID, f.StreamEnded())
transport.go#L2394: cs := cc.streamByID(f.StreamID, false)
transport.go#L2414: 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. |