[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: |
Tim Rühsen |
Subject: |
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442) |
Date: |
Fri, 23 Aug 2019 20:59:58 +0000 |
Tim Rühsen commented on a discussion on src/wget.c:
https://gitlab.com/gnuwget/wget2/merge_requests/442#note_207552112
> && 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);
The left expression is the same as just writing the right one (variable name).
--
Reply to this email directly or view it on GitLab:
https://gitlab.com/gnuwget/wget2/merge_requests/442#note_207552112
You're receiving this email because of your account on gitlab.com.
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), Tim Rühsen, 2019/08/23
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), DalmeGNU, 2019/08/23
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), DalmeGNU, 2019/08/23
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), Tim Rühsen, 2019/08/23
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), Tim Rühsen, 2019/08/23
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), Tim Rühsen, 2019/08/24
Re: [Wget-dev] wget2 | Recursive mode now works with -N --no-if-modified-since (!442), Tim Rühsen, 2019/08/24