Switch to go modules
This commit is contained in:
parent
461954facb
commit
1720059244
763 changed files with 24896 additions and 177398 deletions
2
vendor/go.opencensus.io/plugin/ochttp/client_stats.go
generated
vendored
2
vendor/go.opencensus.io/plugin/ochttp/client_stats.go
generated
vendored
|
|
@ -68,7 +68,7 @@ func (t statsTransport) RoundTrip(req *http.Request) (*http.Response, error) {
|
|||
track.end()
|
||||
} else {
|
||||
track.body = resp.Body
|
||||
resp.Body = track
|
||||
resp.Body = wrappedBody(track, resp.Body)
|
||||
}
|
||||
}
|
||||
return resp, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue