Commit 93ca1d20 authored by Tobias Markus's avatar Tobias Markus Committed by Daniel Stenberg
Browse files

progress bar: always update when at 100%



Currently, the progress bar is updated at 5Hz. Because it is often not
updated to 100% when the download is finished and curl exits, the bar
is often "stuck" at 90-something, thus irritating the user.

This patch fixes this by always updating the progress bar (instead of
waiting for 200ms to have elapsed) while the download is finished but
curl has not yet exited. This should not greatly affect performance
because that moment is rather short.

Signed-off-by: default avatarTobias Markus <tobias@markus-regensburg.de>
parent e35ffda0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment