Skip to content

Don't track curl progress when performing bulk operations #1630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2025

Conversation

Osyotr
Copy link
Contributor

@Osyotr Osyotr commented Mar 29, 2025

Curl writes progress information to stderr and write-out strings to stdout. Vcpkg uses single pipe for both stdout and stderr, so it's possible that the output will be garbled.
We don't really need progress information here, only error messages.

Curl writes progress information to stderr and write-out strings to stdout.
Vcpkg uses single pipe for both stdout and stdin, so it's possible that
the output will be garbled.
We don't really need progress information here, only error messages.
@BillyONeal BillyONeal merged commit 2954a48 into microsoft:main Mar 30, 2025
7 checks passed
@BillyONeal
Copy link
Member

Thanks for the fix!

@Osyotr Osyotr deleted the curl-progress branch March 30, 2025 08:31
@Osyotr
Copy link
Contributor Author

Osyotr commented Mar 30, 2025

s/stdin/stderr/
🤦‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants