@@ -4612,6 +4612,25 @@ throwing an error. This behavior is inconsistent with `hash.digest()` and
46124612may lead to subtle bugs. Calling ` hmac .digest ()` on a finalized ` Hmac` instance
46134613will throw an error in a future version.
46144614
4615+ <!-- md-lint skip-deprecation DEP0207 -->
4616+
4617+ ### DEP0208: ` Server .prototype ._listen2 `
4618+
4619+ <!-- YAML
4620+ changes:
4621+ - version: REPLACEME
4622+ pr-url: https://github.com/nodejs/node/pull/64794
4623+ description: Documentation-only.
4624+ -->
4625+
4626+ Type: Documentation-only
4627+
4628+ ` net .Server .prototype ._listen2 ` is an undocumented alias for an internal
4629+ function that sets up the listening handle. It is kept only so that code
4630+ replacing it keeps being called by [` server .listen ()` ][], and it will be
4631+ removed in a future version of Node.js. Use [` server .listen ()` ][] instead of
4632+ calling or overriding ` _listen2` .
4633+
46154634[DEP0142]: #dep0142-repl_builtinlibs
46164635[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
46174636[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
@@ -4740,6 +4759,7 @@ will throw an error in a future version.
47404759[` response .writableEnded ` ]: http.md#responsewritableended
47414760[` response .writableFinished ` ]: http.md#responsewritablefinished
47424761[` script .createCachedData ()` ]: vm.md#scriptcreatecacheddata
4762+ [` server .listen ()` ]: net.md#serverlisten
47434763[` setInterval ()` ]: timers.md#setintervalcallback-delay-args
47444764[` setTimeout ()` ]: timers.md#settimeoutcallback-delay-args
47454765[` socket .bufferSize ` ]: net.md#socketbuffersize
0 commit comments