Re: [pacman-dev] [PATCH] alpm: Fix SIGINT handling re: aborting download

2018-10-17 Thread Andrew Gregory
On 10/09/18 at 06:29pm, Olivier Brunel wrote: > Upon receiving SIGINT a flag is set to abort the (curl) download. > However, since it was never reset/initialized, if a front-end doesn't > actually exit on SIGINT, and later tries any operation that needs to > perform a new download, said download

[pacman-dev] [PATCH] alpm: Fix SIGINT handling re: aborting download

2018-10-09 Thread Olivier Brunel
Upon receiving SIGINT a flag is set to abort the (curl) download. However, since it was never reset/initialized, if a front-end doesn't actually exit on SIGINT, and later tries any operation that needs to perform a new download, said download would always get aborted right away due to the flag not