SIGINT vs. SIGTERM?

2024-08-25 Thread Paul Gilmartin via curl-users
Running curl from a script I attempt to terminate a long download. kill -INT curl has no effect kill -TERM curl terminates curl. Does curl trap SIGINT for some special behavior, leaving the default SIGTERM? -- Thanks, gil -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users

Re: SIGINT vs. SIGTERM?

2024-08-25 Thread Daniel Stenberg via curl-users
On Sun, 25 Aug 2024, Paul Gilmartin via curl-users wrote: Running curl from a script I attempt to terminate a long download. kill -INT curl has no effect kill -TERM curl terminates curl. Does curl trap SIGINT for some special behavior, leaving the default SIGTERM? SIGINT is the signal

Re: SIGINT vs. SIGTERM?

2024-08-25 Thread Paul Gilmartin via curl-users
Don't consider this a problem report; I've worked around it. On 8/25/24 15:20, Daniel Stenberg wrote: On Sun, 25 Aug 2024, Paul Gilmartin via curl-users wrote: Running curl from a script I attempt to terminate a long download.    kill -INT  curl has no effect    kill -TERM curl terminates cur

Re: SIGINT vs. SIGTERM?

2024-08-25 Thread Jeffrey Walton via curl-users
On Sun, Aug 25, 2024 at 7:21 PM Paul Gilmartin via curl-users wrote: > > Don't consider this a problem report; I've worked around it. > > On 8/25/24 15:20, Daniel Stenberg wrote: > > > On Sun, 25 Aug 2024, Paul Gilmartin via curl-users wrote: > > > >> Running curl from a script I attempt to termin