Merge pull request #9500 from reitermarkus/fix-curl_http_content_headers_and_checksum
Don't add headers to content in `curl_http_content_headers_and_checksum`.
This commit is contained in:
commit
ee858aeba3
@ -236,7 +236,7 @@ module Utils
|
||||
|
||||
max_time = hash_needed ? "600" : "25"
|
||||
output, = curl_output(
|
||||
"--dump-header", "-", "--output", file.path, "--include", "--location",
|
||||
"--dump-header", "-", "--output", file.path, "--location",
|
||||
"--connect-timeout", "15", "--max-time", max_time, url,
|
||||
user_agent: user_agent
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user