Closed
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