net/http.http2serverConn.streams (field)

11 uses

	net/http (current package)
		h2_bundle.go#L3942: 		streams:                     make(map[uint32]*http2stream),
		h2_bundle.go#L4092: 	streams                     map[uint32]*http2stream
		h2_bundle.go#L4177: 	if st, ok := sc.streams[streamID]; ok {
		h2_bundle.go#L4349: 	for _, st := range sc.streams {
		h2_bundle.go#L4790: 			if st, ok := sc.streams[v.StreamID]; ok {
		h2_bundle.go#L4906: 	if st, ok := sc.streams[se.StreamID]; ok {
		h2_bundle.go#L5091: 	delete(sc.streams, st.id)
		h2_bundle.go#L5092: 	if len(sc.streams) == 0 {
		h2_bundle.go#L5187: 	for _, st := range sc.streams {
		h2_bundle.go#L5361: 	if st := sc.streams[f.StreamID]; st != nil {
		h2_bundle.go#L5532: 	sc.streams[id] = st