Skip to content

Commit fd51e78

Browse files
aduh95bengl
authored andcommitted
doc: fix version history for net.Socket and net.Server
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>
1 parent 4fd2aff commit fd51e78

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
@@ -2830,6 +2830,10 @@ Found'`.
28302830
<!-- YAML
28312831
added: v0.1.13
28322832
changes:
2833+
- version: v17.7.0
2834+
pr-url: https://github.com/nodejs/node/pull/41310
2835+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
2836+
options are supported now.
28332837
- version:
28342838
- v13.8.0
28352839
- v12.15.0

doc/api/net.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,10 @@ behavior.
822822
<!-- YAML
823823
added: v0.1.90
824824
changes:
825+
- version: v17.7.0
826+
pr-url: https://github.com/nodejs/node/pull/41310
827+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
828+
options are supported now.
825829
- version: v12.10.0
826830
pr-url: https://github.com/nodejs/node/pull/25436
827831
description: Added `onread` option.

0 commit comments

Comments
 (0)