mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
build: more pre go1.8 workarounds removed
This commit is contained in:
@ -253,7 +253,7 @@ func (api *Client) Call(opts *Opts) (resp *http.Response, err error) {
|
||||
if opts.NoRedirect {
|
||||
c = ClientWithNoRedirects(api.c)
|
||||
} else {
|
||||
c = ClientWithHeaderReset(api.c, headers)
|
||||
c = api.c
|
||||
}
|
||||
if api.signer != nil {
|
||||
err = api.signer(req)
|
||||
|
Reference in New Issue
Block a user