From 5708c6aa17ad1095d76e133ce64b850f495abcc8 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 19 Dec 2018 14:59:02 +1100 Subject: [PATCH] doc: update http.request.setTimeout docs to include history Refs: https://github.com/nodejs/node/pull/8895 --- doc/api/http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index 63f4c58a85d9bd..f87452ade032d6 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.