From fd5e70f2670e0b35a306a77b3565e164845b0138 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 9 Mar 2022 20:34:29 +0100 Subject: [PATCH] doc: fix version history for `net.Socket` and `net.Server` Refs: https://github.com/nodejs/node/pull/41310 PR-URL: https://github.com/nodejs/node/pull/42268 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau --- doc/api/http.md | 2 +- doc/api/net.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 7a0b797aa97784..7a858701123c30 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2841,7 +2841,7 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/42163 description: The `noDelay` option now defaults to `true`. - - version: REPLACEME + - version: v17.7.0 pr-url: https://github.com/nodejs/node/pull/41310 description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay` options are supported now. diff --git a/doc/api/net.md b/doc/api/net.md index 939e9c4a856c59..e57fe6077aae8e 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -822,7 +822,7 @@ behavior.