diff --git a/deps/file-updater/file-updater/file-updater.c b/deps/file-updater/file-updater/file-updater.c index ec639aeeee14f57651162a8421113b6af8151c4c..b8d649e05d2512115e851b16f37d390111f92fba 100644 --- a/deps/file-updater/file-updater/file-updater.c +++ b/deps/file-updater/file-updater/file-updater.c @@ -117,6 +117,7 @@ static bool do_http_request(struct update_info *info, const char *url, curl_easy_setopt(info->curl, CURLOPT_WRITEFUNCTION, http_write); curl_easy_setopt(info->curl, CURLOPT_WRITEDATA, info); curl_easy_setopt(info->curl, CURLOPT_FAILONERROR, true); + curl_easy_setopt(info->curl, CURLOPT_NOSIGNAL, 1); if (!info->remote_url) { // We only care about headers from the main package file