CURLOPT_NOSIGNAL (3) Linux Manual Page
CURLOPT_NOSIGNAL – skip all signal handling Synopsis #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOSIGNAL, long onoff); Description If onoff is 1, libcurl will not use any functions that install signal handlers or any functions that cause signals to be sent to the process. This option is here to allow multi-threaded unix applications to still set/use all…
