Merge "DALi Version 2.1.42" into devel/master
authorDavid Steele <david.steele@samsung.com>
Fri, 30 Sep 2022 10:34:20 +0000 (10:34 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 30 Sep 2022 10:34:20 +0000 (10:34 +0000)
dali/internal/imaging/common/file-download.cpp

index f566757..6b50a47 100644 (file)
@@ -62,6 +62,7 @@ void ConfigureCurlOptions(CURL* curlHandle, const std::string& url)
   curl_easy_setopt(curlHandle, CURLOPT_TIMEOUT, TIMEOUT_SECONDS);
   curl_easy_setopt(curlHandle, CURLOPT_HEADER, INCLUDE_HEADER);
   curl_easy_setopt(curlHandle, CURLOPT_NOBODY, EXCLUDE_BODY);
+  curl_easy_setopt(curlHandle, CURLOPT_NOSIGNAL, 1L);
   curl_easy_setopt(curlHandle, CURLOPT_FOLLOWLOCATION, 1L);
   curl_easy_setopt(curlHandle, CURLOPT_MAXREDIRS, 5L);