From 8380bd46a01f3e912f0b7609d8f390018106c85f Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 19 Dec 2018 14:59:02 +1100 Subject: [PATCH] doc: add history to http.request.setTimeout() PR-URL: https://github.com/nodejs/node/pull/25121 Refs: https://github.com/nodejs/node/pull/8895 Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index e0c99035802d88..e4474c773a0658 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -695,6 +695,10 @@ Once a socket is assigned to this request and is connected ### request.setTimeout(timeout[, callback]) * `timeout` {number} Milliseconds before a request times out.