Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Download progress percentage can go backwards #12224
Comments
|
Total file size for fragmented data is extrapolated based on fragments downloaded so far. Otherwise it would require sending HTTP requests for content length for all fragments before starting downloading that is unwanted. |
|
Thanks for the explanation. |
The downloaded progress percentage doesn't monotonically increase, but often goes backwards. e.g.
This causes progress bars to jump backwards unless backward jumps are filtered out.