We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9299ff commit 8cdd600Copy full SHA for 8cdd600
doc/api/http.md
@@ -114,7 +114,7 @@ added: v0.3.4
114
outstanding requests, so they can be used for future requests without
115
having to reestablish a TCP connection. Default = `false`
116
* `keepAliveMsecs` {Integer} When using the `keepAlive` option, specifies
117
- the [initial delay](#net_socket_setkeepalive_enable_initialdelay)
+ the [initial delay](net.html#net_socket_setkeepalive_enable_initialdelay)
118
for TCP Keep-Alive packets. Ignored when the
119
`keepAlive` option is `false` or `undefined`. Default = `1000`.
120
* `maxSockets` {Number} Maximum number of sockets to allow per
0 commit comments