wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Fix progress display (issue #339) (!391)


From: Josef Möllers
Subject: Re: [Wget-dev] wget2 | Fix progress display (issue #339) (!391)
Date: Fri, 17 Aug 2018 08:52:59 +0000

Josef Möllers commented on a discussion on src/wget.c:

>               wget_buffer_memcat(ctx->body, data, length); // append new data 
> to body
>  
>       if (config.progress)
> -             bar_set_downloaded(ctx->progress_slot, resp->cur_downloaded);
> +             bar_set_downloaded(ctx->progress_slot, length);

+1 ... I didn't see this remark before I replied.

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


reply via email to

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