func golang.org/x/net/http2.traceWroteRequest

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1117: 		traceWroteRequest(cs.trace, werr)
		transport.go#L1125: 		traceWroteRequest(cs.trace, nil)
		transport.go#L1315: 		traceWroteRequest(cs.trace, err)
		transport.go#L2750: func traceWroteRequest(trace *httptrace.ClientTrace, err error) {