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

Backport-PR-URL: #42270
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 authored and bengl committed Mar 21, 2022
1 parent 4fd2aff commit fd51e78
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 @@ -2830,6 +2830,10 @@ Found'`.
<!-- YAML
added: v0.1.13
changes:
- version: v17.7.0
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 @@ -822,6 +822,10 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
- version: v17.7.0
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 fd51e78

Please sign in to comment.