https: remove usage of public require('util') by dnlup · Pull Request #26772 · nodejs/node

@dnlup

Use `require('internal/util/debuglog').debuglog`
and `Object.setPrototypeOf` instead of `require('util').debuglog`
and `require('util').inherits`.

Refs: nodejs#26546

@nodejs-github-bot added the https

Issues or PRs related to the https subsystem.

label

Mar 19, 2019

BridgeAR

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 22, 2019

pull bot pushed a commit to SimenB/node that referenced this pull request

Mar 23, 2019
Use `require('internal/util/debuglog').debuglog`
and `Object.setPrototypeOf` instead of `require('util').debuglog`
and `require('util').inherits`.

Refs: nodejs#26546

PR-URL: nodejs#26772
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

This was referenced

Apr 23, 2019

@dnlup dnlup deleted the util_https branch

January 10, 2020 13:47