Skip to content

Commit

Permalink
🔧 remove CURLOPT_NOSIGNAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambourl committed Jan 16, 2024
1 parent d35da0f commit 13b7cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xxhr/impl/session-curl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ void Session::Impl::prepareCommon() {

// Enable so we are able to retrive certificate information:
curl_easy_setopt(curl_->handle, CURLOPT_CERTINFO, 1L);
curl_easy_setopt(curl_->handle, CURLOPT_NOSIGNAL, 0L);
}

Response Session::Impl::makeRequest() {
Expand Down

0 comments on commit 13b7cf7

Please sign in to comment.