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

tls: accept lookup option for tls.connect() #12839

Closed
wants to merge 4 commits into from

Commits on May 4, 2017

  1. tls: accept lookup option for tls.connect()

    `net.connect()` and consequently `http.Agent` support custom DNS
    `lookup` option. However, as we move to `https.Agent` - this option no
    longer works because it is not proxied by `tls.connect`.
    
    Fix this inconsistency by passing it down to `net.connect`.
    indutny committed May 4, 2017
    Configuration menu
    Copy the full SHA
    1a676b5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. fix

    indutny committed May 6, 2017
    Configuration menu
    Copy the full SHA
    cfdb7ef View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. fix

    indutny committed May 9, 2017
    Configuration menu
    Copy the full SHA
    2f78830 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. fix

    indutny committed May 15, 2017
    Configuration menu
    Copy the full SHA
    a95f6ea View commit details
    Browse the repository at this point in the history