mirror of
https://github.com/curl/curl.git
synced 2026-08-03 14:10:30 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
|
|
@ -2194,7 +2194,6 @@ static CURLcode run_all_transfers(CURLSH *share,
|
|||
global->noprogress = orig_noprogress;
|
||||
global->isatty = orig_isatty;
|
||||
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -253,7 +253,6 @@ bool progress_meter(CURLM *multi,
|
|||
speed = dls > uls ? dls : uls;
|
||||
}
|
||||
|
||||
|
||||
if(dlknown && speed) {
|
||||
curl_off_t est = all_dltotal / speed;
|
||||
curl_off_t left = (all_dltotal - all_dlnow) / speed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue