Skip to content

better behavior when getaddrinfo returns multiple addresses #208

Description

@kazuho

If getaddrinfo returns more than one address, the HTTP proxy implementation of H2O should:

  • use a round-robin to determine the one to which the proxy should connect
    • note: at the moment, the first entry is always selected
  • try to connect to the second (or third, 4th, ...) address if the first one fails

relates to #207

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions