mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 00:18:23 +00:00
Enable CURLOPT_NOSIGNAL.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user