mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:37:18 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
|
|
@ -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