From 33b4e470b54d7c2a15775f1b3c1a5f723cbd36c4 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 1 Feb 2017 19:21:46 +0000 Subject: [PATCH] doc: fix "initial delay" link in http.md Refs: https://github.com/nodejs/node/pull/10715 PR-URL: https://github.com/nodejs/node/pull/11108 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index aa51982142..574bfe038b 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -114,7 +114,7 @@ added: v0.3.4 outstanding requests, so they can be used for future requests without having to reestablish a TCP connection. Default = `false` * `keepAliveMsecs` {Integer} When using the `keepAlive` option, specifies - the [initial delay](#net_socket_setkeepalive_enable_initialdelay) + the [initial delay](net.html#net_socket_setkeepalive_enable_initialdelay) for TCP Keep-Alive packets. Ignored when the `keepAlive` option is `false` or `undefined`. Default = `1000`. * `maxSockets` {Number} Maximum number of sockets to allow per