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)