diff --git a/xxhr/impl/session-curl.hpp b/xxhr/impl/session-curl.hpp index 73e24b0f..87ada6d0 100644 --- a/xxhr/impl/session-curl.hpp +++ b/xxhr/impl/session-curl.hpp @@ -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() {