]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix bug: remove CURLOPT_NOSIGNAL to avoid crash due to SIGPIPE v1.2.0
authorpcarana <pc.moreno2099@gmail.com>
Thu, 13 Feb 2020 20:10:29 +0000 (14:10 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 13 Feb 2020 20:10:29 +0000 (14:10 -0600)
src/http/http.c

index 66b6d6dada648ff80e1c9f1349774cacaa01377c..a3fdcd949dfb6b7bcd14c3b543112360f6b40e28 100644 (file)
@@ -66,7 +66,6 @@ http_easy_init(struct http_handler *handler)
                curl_easy_setopt(tmp, CURLOPT_LOW_SPEED_TIME, 0);
                curl_easy_setopt(tmp, CURLOPT_LOW_SPEED_LIMIT, 0);
        }
-       curl_easy_setopt(tmp, CURLOPT_NOSIGNAL, 1);
 
        /* Always expect HTTPS usage */
        curl_easy_setopt(tmp, CURLOPT_SSL_VERIFYHOST, 2);