Skip to content

Commit fce452b

Browse files
committed
doc: add history for net.createServer() options
Fixes: #44298
1 parent 798a6ed commit fce452b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/api/net.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ changes:
860860
- v17.7.0
861861
- v16.15.0
862862
pr-url: https://github.com/nodejs/node/pull/41310
863-
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
863+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
864864
options are supported now.
865865
- version: v12.10.0
866866
pr-url: https://github.com/nodejs/node/pull/25436
@@ -1480,6 +1480,13 @@ then returns the `net.Socket` that starts the connection.
14801480

14811481
<!-- YAML
14821482
added: v0.5.0
1483+
changes:
1484+
- version:
1485+
- v17.7.0
1486+
- v16.15.0
1487+
pr-url: https://github.com/nodejs/node/pull/41310
1488+
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
1489+
options are supported now.
14831490
-->
14841491

14851492
* `options` {Object}

0 commit comments

Comments
 (0)