Skip to content
New issue

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

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

Already on GitHub? # to your account

Avoid curl command line length limits #1390

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

BillyONeal
Copy link
Member

In microsoft/vcpkg#38166 the new longer managed identity based SAS tokens cause us to exceed command line length limits. This determines the number of HTTP operations in a single curl call based on what fits on a command line rather than guessing fixed values like 50 or 100.

@BillyONeal BillyONeal merged commit 62ef030 into microsoft:main Apr 22, 2024
5 checks passed
@BillyONeal BillyONeal deleted the curl-command-length-limit branch April 22, 2024 21:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants