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 #1972

Merged
merged 1 commit into from Oct 14, 2019

Commits on Oct 11, 2019

  1. feat(client): Add connect timeout to HttpConnector

    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.
    sfackler committed Oct 11, 2019
    Copy the full SHA
    598bacf View commit details
    Browse the repository at this point in the history