diff --git a/src/client/http/Request.cpp b/src/client/http/Request.cpp index 8912e24ce..9a197f699 100644 --- a/src/client/http/Request.cpp +++ b/src/client/http/Request.cpp @@ -230,7 +230,6 @@ namespace http curl_easy_setopt(easy, CURLOPT_PRIVATE, (void *)this); curl_easy_setopt(easy, CURLOPT_USERAGENT, user_agent.c_str()); - curl_easy_setopt(easy, CURLOPT_NOSIGNAL, 1L); curl_easy_setopt(easy, CURLOPT_WRITEDATA, (void *)this); curl_easy_setopt(easy, CURLOPT_WRITEFUNCTION, Request::WriteDataHandler);