From 13b7cf709f901311ad4711529df7f0786451a351 Mon Sep 17 00:00:00 2001 From: Lambourl <65184664+Lambourl@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:00:23 +0100 Subject: [PATCH] :wrench: remove CURLOPT_NOSIGNAL --- xxhr/impl/session-curl.hpp | 1 - 1 file changed, 1 deletion(-) 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() {