Message ID | 20250219-toon-bundleuri-progress-v2-3-a84e7ffa921a@iotcl.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Show progress when downloading from bundle URIs | expand |
diff --git a/http.c b/http.c index f4504133e8..38c7c0cd54 100644 --- a/http.c +++ b/http.c @@ -1245,6 +1245,8 @@ static CURL *get_curl_handle(void) set_curl_keepalive(result); + curl_easy_setopt(result, CURLOPT_NOSIGNAL, 1); + return result; }