Skip to content

Commit

Permalink
doc: fix version history for net.Socket and net.Server
Browse files Browse the repository at this point in the history
Refs: #41310

PR-URL: #42268
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
aduh95 committed Mar 9, 2022
1 parent 72c0c4b commit fd5e70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/net.md
Expand Up @@ -822,7 +822,7 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
- 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.
Expand Down

0 comments on commit fd5e70f

Please sign in to comment.