X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=3035e43a99611ec3daf9e3b5b99f2ec3a2d71316;hb=ba2ee9aec4c0454eed8f29b4c6ce96c6fc372346;hp=1a0e4ef06d2fa13dc91cdb7faf315e6874e1d609;hpb=cf9ac771ade7c5ba75ab13d2b4f2482983994840;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;