Skip to content

Commit

Permalink
Merge pull request #24 from mszuyev/master
Browse files Browse the repository at this point in the history
Update negotiator.go
  • Loading branch information
paulmey authored Nov 15, 2019
2 parents 4a21cbd + c30962d commit bad6df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion negotiator.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (l Negotiator) RoundTrip(req *http.Request) (res *http.Response, err error)

req.Body = ioutil.NopCloser(bytes.NewReader(body.Bytes()))

res, err = rt.RoundTrip(req)
return rt.RoundTrip(req)
}

return res, err
Expand Down

0 comments on commit bad6df2

Please sign in to comment.