net/http.http2FrameWriteRequest.StreamID (method)

6 uses

	net/http (current package)
		h2_bundle.go#L4660: 	if wr.StreamID() != 0 {
		h2_bundle.go#L4662: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L9673: func (wr http2FrameWriteRequest) StreamID() uint32 {
		h2_bundle.go#L9774: 	return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
		h2_bundle.go#L10235: 	if id := wr.StreamID(); id == 0 {
		h2_bundle.go#L10342: 	id := wr.StreamID()