Skip to content

net: simplify Socket.prototype._final

Remove conditions that should be irrelevant since we started using _final, as well as an extra defaultTriggerAsyncIdScope() call which is unnecessary because there is an equivalent scope already present on the native side.

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

Merge request reports

Loading