mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 14:20:34 +08:00
[svn] Mention inspiration for ETA.
This commit is contained in:
parent
b8456c0fb4
commit
f9d2d0e175
@ -313,6 +313,8 @@ print_row_stats (struct dot_progress *dp, double dltime, bool last)
|
||||
|
||||
if (!last)
|
||||
{
|
||||
/* Display ETA based on average speed. Inspired by Vladi
|
||||
Belperchinov-Shabanski's "wget-new-percentage" patch. */
|
||||
if (dp->total_length)
|
||||
{
|
||||
wgint bytes_remaining = dp->total_length - bytes_displayed;
|
||||
|
Loading…
Reference in New Issue
Block a user