Skip to content

http, async_hooks: remove unneeded reference to wrapping resource

Remove the reference from handle to unique resource ReusedHandle in HttpAgent as there is meanwhile a strong reference for all async resources in place via AsyncWarp::resource_.

Refs: https://github.com/nodejs/node/pull/30959 Refs: https://github.com/nodejs/node/pull/30196

fyi @addaleax

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading