-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Closed
Copy link
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Description
- Version:
master
- Platform: *
- Subsystem:
http
,async_hooks
The HTTP Agent
is designed to be inherited and it's methods overridden. Currently there is non encapsulated async_hooks logic that can break if not re-implemented in overridden methods. We should better encapsulate this logic, and document for custom Agent
implementors.
/cc @nodejs/async_hooks
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.