Skip to content
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

fix(wasix): http client: use reasonable default connect timeout #4368

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Dec 21, 2023

Without this, requests can stall for an infinite amount of time.

This is particularly problematic because the default http client is also
used for interacting with the registry.

Without this, requests can stall for an infinite amount of time.

This is particularly problematic because the default http client is also
used for interacting with the registry.
Copy link
Contributor

@Michael-F-Bryan Michael-F-Bryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense 👍

@theduke theduke merged commit 9bf6849 into master Dec 21, 2023
51 of 52 checks passed
@theduke theduke deleted the http-client-default-connect-timeout branch December 21, 2023 14:14
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