returned existing files to origin during restruct
This commit is contained in:
parent
7fbb0fe7e1
commit
a2ed11b2fb
19 changed files with 1678 additions and 102 deletions
|
|
@ -15,7 +15,7 @@ func PostRequest(url string, body interface{}, timeout time.Duration) (resty.Res
|
|||
client.SetTimeout(timeout * time.Second)
|
||||
client.SetCloseConnection(true)
|
||||
if len(agentConfig.Proxy) > 0 {
|
||||
|
||||
client.SetProxy(agentConfig.Proxy)
|
||||
}
|
||||
|
||||
if shared.DEBUG {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue