Commit ec5a6c8b authored by Administrator's avatar Administrator

Update client.go

parent 95fa7509
...@@ -408,7 +408,7 @@ func (c *client) Get(ctx *context.UlfsaarContext, url string, headers http.Heade ...@@ -408,7 +408,7 @@ func (c *client) Get(ctx *context.UlfsaarContext, url string, headers http.Heade
//url := c.options.Address + path //url := c.options.Address + path
startTime := time.Now() startTime := time.Now()
request := c.httpClient.R() request := c.httpClient.RemoveProxy().R()
for h, val := range headers { for h, val := range headers {
request.Header[h] = val request.Header[h] = val
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment