Skip to content

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