mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-08-23 23:48:10 +00:00
dumb down due to limited infra
This commit is contained in:
@@ -190,7 +190,6 @@ static int curl_get_file(const char *url, const char *prefix, time_t timestamp)
|
||||
curl_easy_setopt(curl, CURLOPT_URL, url);
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, file);
|
||||
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);
|
||||
curl_easy_setopt(curl, CURLOPT_PIPEWAIT, 1);
|
||||
|
||||
if (timestamp) {
|
||||
curl_easy_setopt(curl, CURLOPT_TIMECONDITION, CURL_TIMECOND_IFMODSINCE);
|
||||
|
||||
Reference in New Issue
Block a user