net/http.http2clientStream.trace (field)

11 uses

	net/http (current package)
		h2_bundle.go#L6782: 	trace         *httptrace.ClientTrace // or nil
		h2_bundle.go#L6838: 	return http2traceGot1xxResponseFunc(cs.trace)
		h2_bundle.go#L7591: 	cs.trace = httptrace.ContextClientTrace(req.Context())
		h2_bundle.go#L7609: 	http2traceWroteHeaders(cs.trace)
		h2_bundle.go#L7620: 		http2traceWroteRequest(cs.trace, werr)
		h2_bundle.go#L7628: 		http2traceWroteRequest(cs.trace, nil)
		h2_bundle.go#L7818: 		http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8419: 		if cs.trace != nil {
		h2_bundle.go#L8424: 			http2traceFirstResponseByte(cs.trace)
		h2_bundle.go#L8523: 			http2traceGot100Continue(cs.trace)
		h2_bundle.go#L9166: 	http2traceWait100Continue(s.cs.trace)