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
  • Loading branch information
aduh95 committed Mar 9, 2022
1 parent 72c0c4b commit 2f2dd10
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 2f2dd10

Please sign in to comment.