From: David Steele Date: Fri, 30 Sep 2022 10:34:20 +0000 (+0000) Subject: Merge "DALi Version 2.1.42" into devel/master X-Git-Tag: dali_2.1.43~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=be2d2d284023f9a16a21d0186972f5ececbe4720;hp=b36d7693165579af3294cb4adf198702d9e3ab50 Merge "DALi Version 2.1.42" into devel/master --- diff --git a/dali/internal/imaging/common/file-download.cpp b/dali/internal/imaging/common/file-download.cpp index f566757..6b50a47 100644 --- a/dali/internal/imaging/common/file-download.cpp +++ b/dali/internal/imaging/common/file-download.cpp @@ -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);