Skip to content

Commit 8cdd600

Browse files
Krinkleitaloacasas
authored andcommitted
doc: fix "initial delay" link in http.md
Refs: nodejs#10715 PR-URL: nodejs#11108 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b9299ff commit 8cdd600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ added: v0.3.4
114114
outstanding requests, so they can be used for future requests without
115115
having to reestablish a TCP connection. Default = `false`
116116
* `keepAliveMsecs` {Integer} When using the `keepAlive` option, specifies
117-
the [initial delay](#net_socket_setkeepalive_enable_initialdelay)
117+
the [initial delay](net.html#net_socket_setkeepalive_enable_initialdelay)
118118
for TCP Keep-Alive packets. Ignored when the
119119
`keepAlive` option is `false` or `undefined`. Default = `1000`.
120120
* `maxSockets` {Number} Maximum number of sockets to allow per

0 commit comments

Comments
 (0)