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 resolve timeout to HttpConnector (to 0.12) #1994

Merged
merged 1 commit into from Nov 12, 2019
Merged

feat(client): add resolve timeout to HttpConnector (to 0.12) #1994

merged 1 commit into from Nov 12, 2019

Conversation

chewi
Copy link
Contributor

@chewi chewi commented Oct 25, 2019

The recently-added connect timeout does not cover resolving hostnames, which could also stall on an OS-level timeout if there are issues reaching the DNS server.

As discussed in #1987, this wasn't needed for master due to Resolve becoming a Service but it's still useful for 0.12.

The recently-added connect timeout does not cover resolving hostnames, which
could also stall on an OS-level timeout if there are issues reaching the DNS
server.
@seanmonstar seanmonstar merged commit d4ee699 into hyperium:0.12.x Nov 12, 2019
@chewi chewi deleted the resolve-timeout-0.12 branch November 13, 2019 10:02
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