Enable CURLOPT_NOSIGNAL.

This commit is contained in:
Bartosz Taudul
2025-05-22 01:18:37 +02:00
parent 580423225e
commit b05bbc7f53

View File

@@ -118,6 +118,7 @@ std::string TracyLlmTools::FetchWebPage( const std::string& url )
std::string buf;
curl_easy_setopt( curl, CURLOPT_NOSIGNAL, 1L );
curl_easy_setopt( curl, CURLOPT_URL, url.c_str() );
curl_easy_setopt( curl, CURLOPT_CA_CACHE_TIMEOUT, 604800L );
curl_easy_setopt( curl, CURLOPT_FOLLOWLOCATION, 1L );