wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | WIP: Implement --start-pos option (!436)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | WIP: Implement --start-pos option (!436)
Date: Tue, 13 Aug 2019 19:42:33 +0000



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

>                               wget_http_add_header_printf(req, "Range", 
> "bytes=%lld-", file_size);
>               }
>  
> +             if (config.start_pos)
> +                             wget_http_add_header_printf(req, "Range", 
> "bytes=%lld-", config.start_pos);

Just one tab per indentation level, please :-)

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




reply via email to

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