You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 1.7-dev branch.
Discussion
----------
avoid >100% progress
Fixes#468
This change skips tracking the progress of downloads where `Content-Length` header is missing. Curl returns `-1` which resulted in wrong progress calculation (total file size was not added to the total bytes to download).
As soon as such file is downloaded, the progress is updated. This means that downloading one big file might cause progress to stuck until the download is done.
Commits
-------
dcc71c2 avoid >100% progress
'php_unit_no_expectation_annotation' => false, // part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice
0 commit comments