refactor
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user