This commit is contained in:
2024-08-23 10:12:33 -05:00
parent 218326f812
commit 13c136d01e

View File

@ -98,7 +98,7 @@ auto curl_comm::reset_curl(CURL *curl_handle) -> CURL * {
curl_easy_reset(curl_handle);
#if defined(__APPLE__)
curl_easy_setopt(curl_handle, CURLOPT_NOSIGNAL, 1);
#endif
#endif // defined(__APPLE__)
return curl_handle;
}