diff --git a/modules/http/http-worker.c b/modules/http/http-worker.c index 751f734c8c..25029ba381 100644 --- a/modules/http/http-worker.c +++ b/modules/http/http-worker.c @@ -183,6 +183,8 @@ _setup_static_options_in_curl(HTTPDestinationWorker *self) curl_easy_setopt(self->curl, CURLOPT_CUSTOMREQUEST, "PUT"); curl_easy_setopt(self->curl, CURLOPT_ACCEPT_ENCODING, owner->accept_encoding->str); + + curl_easy_setopt(self->curl, CURLOPT_NOSIGNAL, 1L); }