net/http.http2StreamError.StreamID (field)
11 uses
net/http (current package)
h2_bundle.go#L1146: StreamID uint32
h2_bundle.go#L1152: return http2StreamError{StreamID: id, Code: code}
h2_bundle.go#L1157: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L1159: return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
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#L8330: if cs := cc.streamByID(se.StreamID, false); cs != nil {
h2_bundle.go#L8732: StreamID: f.StreamID,
h2_bundle.go#L8741: StreamID: f.StreamID,
h2_bundle.go#L9377: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
h2_bundle.go#L9680: return se.StreamID