Skip to content

[v10.x] net: treat ENOTCONN at shutdown as success

Only trivial conflicts (process.binding() vs internalBinding()).


While it is not entirely clear why this condition is being triggered, it does resolve a reported bug.

Fixes: https://github.com/nodejs/node/issues/26315 PR-URL: https://github.com/nodejs/node/pull/29912

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading