net/http.http2chunkWriter.rws (field)

15 uses

	net/http (current package)
		h2_bundle.go#L5697: 	rw := &http2responseWriter{rws: rws}
		h2_bundle.go#L5705: 		rw.rws.stream.cancelCtx()
		h2_bundle.go#L5709: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L5710: 				stream: rw.rws.stream,
		h2_bundle.go#L5898: 	rws *http2responseWriterState
		h2_bundle.go#L6131: 	rws := w.rws
		h2_bundle.go#L6150: 	rws := w.rws
		h2_bundle.go#L6170: 	rws := w.rws
		h2_bundle.go#L6199: 	rws := w.rws
		h2_bundle.go#L6245: 	rws := w.rws
		h2_bundle.go#L6269: 	rws := w.rws
		h2_bundle.go#L6273: 	w.rws = nil
		h2_bundle.go#L6294: 	st := w.rws.stream
		h2_bundle.go#L6316: 	if w.rws.req.TLS != nil {
		h2_bundle.go#L6330: 		u.Host = w.rws.req.Host