diff --git a/doc/api/http.md b/doc/api/http.md index 19d0f017f5f920..b28f5e9f1f71a2 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -178,6 +178,7 @@ changes: **Default:** `'lifo'`. * `timeout` {number} Socket timeout in milliseconds. This will set the timeout when the socket is created. + **Default:** `0` (no timeout). `options` in [`socket.connect()`][] are also supported.