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

feat(client): Add connect timeout to HttpConnector (0.12 backport) #1986

Merged
merged 1 commit into from Oct 22, 2019
Merged

feat(client): Add connect timeout to HttpConnector (0.12 backport) #1986

merged 1 commit into from Oct 22, 2019

Conversation

chewi
Copy link
Contributor

@chewi chewi commented Oct 21, 2019

Backport of #1972 to 0.12.

This takes the same strategy as golang, where the timeout value is
divided equally between the candidate socket addresses.

If happy eyeballs is enabled, the division takes place "below" the
IPv4/IPv6 partitioning.

Backported to 0.12 from master.
@seanmonstar seanmonstar merged commit 3d676fb into hyperium:0.12.x Oct 22, 2019
@seanmonstar
Copy link
Member

Thanks!

@chewi chewi deleted the connect-timeout-0.12 branch October 22, 2019 19:45
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.

None yet

2 participants