Skip to content

src: add HandleScope to fix error

Add HandleErrors to the AsyncScope constructor and destructor in async_wrap-inl.h to fix "FATAL ERROR" incurring observed while running test-http2-respond-with-file using the --trace-events-enabled flag.

Fixes: https://github.com/nodejs/node/issues/19921

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

cc @addaleax @jasnell

Merge request reports

Loading