1 Star 0 Fork 0

finder / aliyun-oss-go-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
redirect_1_7.go 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
finder 提交于 2020-06-23 13:36 . U
// +build go1.7
package oss
import "net/http"
// http.ErrUseLastResponse only is defined go1.7 onward
func disableHTTPRedirect(client *http.Client) {
client.CheckRedirect = func(req *http.Request, via []*http.Request) error {
return http.ErrUseLastResponse
}
}
1
https://gitee.com/ifinder/aliyun-oss-go-sdk.git
git@gitee.com:ifinder/aliyun-oss-go-sdk.git
ifinder
aliyun-oss-go-sdk
aliyun-oss-go-sdk
3ea99cda0f57

搜索帮助