X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=3035e43a99611ec3daf9e3b5b99f2ec3a2d71316;hb=b4c8f3f762d666742c774ab3b45815e5a416e5da;hp=1a0e4ef06d2fa13dc91cdb7faf315e6874e1d609;hpb=50c6b81549e3239034f71f00ff7dde4c6a8767e5;p=collectd.git diff --git a/src/write_http.c b/src/write_http.c index 1a0e4ef0..3035e43a 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -111,6 +111,7 @@ static int wh_callback_init (wh_callback_t *cb) /* {{{ */ return (-1); } + curl_easy_setopt (cb->curl, CURLOPT_NOSIGNAL, 1); curl_easy_setopt (cb->curl, CURLOPT_USERAGENT, PACKAGE_NAME"/"PACKAGE_VERSION); headers = NULL;