- 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.
Ref: #13045
Ref: #13325
/cc @nodejs/async_hooks
masterhttp,async_hooksThe HTTP
Agentis 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 customAgentimplementors.Ref: #13045
Ref: #13325
/cc @nodejs/async_hooks