Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-03-09 22:34:29 +0300
committerGitHub <noreply@github.com>2022-03-09 22:34:29 +0300
commitfd5e70f2670e0b35a306a77b3565e164845b0138 (patch)
tree42072c8835da8a1bca2ce0efe3f42e858e7758c0 /doc/api/http.md
parent72c0c4b09be49b80536f2acda3176df9efe8a088 (diff)
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 <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 7a0b797aa97..7a858701123 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.