-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Reuse TLS sessions in HTTPS client #1499
Copy link
Copy link
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.httpsIssues or PRs related to the https subsystem.Issues or PRs related to the https subsystem.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.httpsIssues or PRs related to the https subsystem.Issues or PRs related to the https subsystem.
The HTTPS client created via
require('https').request()should reuse TLS sessions by default.Sample code:
/cc @indutny