net/http.http2writeResHeaders.streamID (field)

5 uses

	net/http (current package)
		h2_bundle.go#L6024: 			streamID:      rws.stream.id,
		h2_bundle.go#L6065: 			streamID:  rws.stream.id,
		h2_bundle.go#L9430: 	streamID    uint32
		h2_bundle.go#L9490: 			StreamID:      w.streamID,
		h2_bundle.go#L9496: 		return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)