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

Ignore unknown address types when looking up hosts #34067

Merged
merged 3 commits into from
Jul 2, 2016

Commits on Jun 29, 2016

  1. Ignore unknown address types when looking up hosts

    Previously, any function using a `ToSocketAddrs` input would fail if
    passed a hostname that resolves to an address type different from the
    ones recognized by Rust.
    
    This also changes the `LookupHost` iterator to only include the known
    address types, as a result, it doesn't have to return `Result`s any
    more, which are likely misinterpreted as failed name lookups.
    tbu- committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    d6237ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03a82e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa0182 View commit details
    Browse the repository at this point in the history