Skip to content

Commit

Permalink
http: disable signal logic in libcurl
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed May 24, 2024
1 parent a7b1b24 commit ed7390c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/http/http-worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand Down

0 comments on commit ed7390c

Please sign in to comment.