wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified


From: DalmeGNU
Subject: Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442)
Date: Fri, 23 Aug 2019 17:47:39 +0000



DalmeGNU commented on a discussion on src/wget.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/442#note_207475874

>               && resp->last_modified <= get_file_lmtime(job->local_filename))
>       {
>               info_printf(_("File '%s' not modified on server. Omitting 
> download"), job->local_filename);
> +
> +             if (config.recursive && (!config.level || job->level < 
> config.level + config.page_requisites))
> +                     parse_localfile(job, job->local_filename, 
> resp->content_type_encoding ? resp->content_type_encoding : NULL,
> +                             resp->content_type ? resp->content_type : NULL, 
> job->iri);

What do you mean? I don't understand

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




reply via email to

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