Skip to content

curl: fix progress meter in parallel mode#19383

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:parallel-progress-fix
Closed

curl: fix progress meter in parallel mode#19383
icing wants to merge 1 commit into
curl:masterfrom
icing:parallel-progress-fix

Conversation

@icing

@icing icing commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

With check_finished() triggered by notifications now, the progress_meter() was no longer called at regular intervals.

Move progress_meter() out of check_finishe() into the perform loop and event callbacks.

With `check_finished()` triggered by notifications now, the
`progress_meter()` was no longer called at regular intervals.

Move `progress_meter()` out of `check_finishe()` into the perform
loop and event callbacks.
@icing icing requested a review from bagder November 6, 2025 12:16
@bagder bagder closed this in f12a81d Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants