Skip to content

Commit e1c7592

Browse files
committed
doc: fix version history for net.Socket and net.Server
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>
1 parent df8024e commit e1c7592

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/api/http.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,6 +2820,10 @@ Found'`.
28202820
<!-- YAML
28212821
added: v0.1.13
28222822
changes:
2823+
- version: REPLACEME
2824+
pr-url: https://github.com/nodejs/node/pull/41310
2825+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
2826+
options are supported now.
28232827
- version:
28242828
- v13.8.0
28252829
- v12.15.0

doc/api/net.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,10 @@ behavior.
794794
<!-- YAML
795795
added: v0.1.90
796796
changes:
797+
- version: REPLACEME
798+
pr-url: https://github.com/nodejs/node/pull/41310
799+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
800+
options are supported now.
797801
- version: v12.10.0
798802
pr-url: https://github.com/nodejs/node/pull/25436
799803
description: Added `onread` option.

0 commit comments

Comments
 (0)