We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
net.Socket
net.Server
1 parent df8024e commit e1c7592Copy full SHA for e1c7592
doc/api/http.md
@@ -2820,6 +2820,10 @@ Found'`.
2820
<!-- YAML
2821
added: v0.1.13
2822
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.
2827
- version:
2828
- v13.8.0
2829
- v12.15.0
doc/api/net.md
@@ -794,6 +794,10 @@ behavior.
794
795
added: v0.1.90
796
797
798
799
800
801
- version: v12.10.0
802
pr-url: https://github.com/nodejs/node/pull/25436
803
description: Added `onread` option.
0 commit comments