-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Doc: Agent ctor options are not fully documented, such as lookup #24098
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.
ref:
lookupoption fortls.connect()#12839issue:
socket.connect.new Agent([options]).agent.createConnection(options[, callback])does mention this but few users realize this allows them to make custom dns lookup via passing a custom Agent instance.