Skip to content

Commit

Permalink
fix: revert the commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanraj7316 committed Feb 9, 2022
1 parent 08cf8c2 commit f0fd3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func NewHTTPClient(o Options) (*HttpClient, error) {

return &HttpClient{
client: &http.Client{
Timeout: o.Timeout,
// Transport: transport,
Timeout: o.Timeout,
Transport: transport,
},
reqResLogging: o.LogReqResEnable,
reqResBodyLogging: o.LogReqResBodyEnable,
Expand Down

0 comments on commit f0fd3a3

Please sign in to comment.