Skip to content

Commit

Permalink
stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Dec 2, 2020
1 parent 7f414bc commit 3c7c9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/proxy/transport_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func (t TransportLogger) RoundTrip(request *http.Request) (resp *http.Response,
zap.Int64("resp_content_length", resp.ContentLength),
)
}()

return t.Transport.RoundTrip(request)
}

Expand Down

0 comments on commit 3c7c9e7

Please sign in to comment.