Skip to content

tls: support the hints option - #27816

Closed
lpinca wants to merge 2 commits into
nodejs:masterfrom
lpinca:support/hints-option
Closed

tls: support the hints option#27816
lpinca wants to merge 2 commits into
nodejs:masterfrom
lpinca:support/hints-option

Conversation

@lpinca

Copy link
Copy Markdown
Member

Make tls.connect() support the hints option for feature parity with
net.connect().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Make `tls.connect()` support the `hints` option for feature parity with
`net.connect()`.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the tls Issues and PRs related to the tls subsystem. label May 22, 2019
@BridgeAR

Copy link
Copy Markdown
Member

@lpinca thanks for unifying all these options!

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Comment threaddoc/api/tls.md
Comment threadlib/_tls_wrap.js Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@lpinca

Copy link
Copy Markdown
MemberAuthor

Landed in ff8539e.

@lpincalpinca closed this May 25, 2019
@lpinca
lpinca deleted the support/hints-option branch May 25, 2019 06:51
lpinca added a commit that referenced this pull request May 25, 2019
Make `tls.connect()` support the `hints` option for feature parity with
`net.connect()`.
PR-URL: #27816
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request May 28, 2019
Make `tls.connect()` support the `hints` option for feature parity with
`net.connect()`.
PR-URL: #27816
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Jun 3, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@lpinca@nodejs-github-bot@BridgeAR@sam-github@jasnell@Trott@addaleax@cjihrig@ZYSzys