We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb3a70 commit 267d326Copy full SHA for 267d326
1 file changed
agent/utils/download.go
@@ -21,6 +21,7 @@ func DownloadFile(url string, headers map[string]string, fileName string, path s
21
client := &http.Client{}
22
client.Transport = &http.Transport{
23
TLSClientConfig: &tls.Config{InsecureSkipVerify: skipTlsVerification},
24
+ DisableCompression: true,
25
}
26
27
resp, err := client.Do(req)
0 commit comments