wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | WIP: Background support for fork() compatible OS


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | WIP: Background support for fork() compatible OS (!431)
Date: Sun, 04 Aug 2019 16:32:54 +0000



Tim Rühsen started a new discussion on src/wget.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/431#note_199913465

>  
>       return write_xattr_last_modified(last_modified, fd);
>  }
> +
> +#ifndef _WIN32 // We assume every non-Windows OS supports fork()

Please allow the --background option for _WIN32 and implement it as no-op. Like 
in Wget1.x. That way it is more backwards compatible and you have less #ifdef 
everywhere.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/431#note_199913465
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]