Skip to content

net: remove usage of require('util')

Use require('internal/util/inspect').inspect, require('internal/util/debuglog').debuglog, require('internal/util').deprecate and Object.setPrototypeOf instead of require('util'). Fix test in test/parallel/test-net-access-byteswritten.js to do not check the super_ property that was set when using require('util').inherits.

Refs: https://github.com/nodejs/node/issues/26546 Refs: https://github.com/nodejs/node/pull/26896

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

Merge request reports

Loading