Commit efa03ab9 authored by Administrator's avatar Administrator

Update client.go

parent 8f47a257
......@@ -200,7 +200,7 @@ func (c *client) Post(ctx *context.UlfsaarContext, path string, headers http.Hea
url := path // c.options.Address + path
startTime := time.Now()
request := c.httpClient.R()
request := c.httpClient.RemoveProxy().R()
request.SetBody(payload)
for h, val := range headers {
......
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