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
Backport-PR-URL: #42298
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 authored and danielleadams committed Apr 11, 2022
1 parent b3afb20 commit f8819e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/http.md
Expand Up @@ -2820,6 +2820,10 @@ Found'`.
<!-- YAML
added: v0.1.13
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41310
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
options are supported now.
- version:
- v13.8.0
- v12.15.0
Expand Down
4 changes: 4 additions & 0 deletions doc/api/net.md
Expand Up @@ -794,6 +794,10 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41310
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
options are supported now.
- version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
description: Added `onread` option.
Expand Down

0 comments on commit f8819e8

Please sign in to comment.