From 18d529e6efc4a8f462e0674ce8293a35bace7635 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 22 Sep 2019 12:24:11 -0700 Subject: [PATCH] doc,http: optional callback for setTimeout Documents that callback is optional for IncomingMessage setTimeout --- 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 10f68cab4c3fc1..d9efbacca0b956 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1778,7 +1778,7 @@ added: v0.11.6 The raw request/response trailer keys and values exactly as they were received. Only populated at the `'end'` event. -### message.setTimeout(msecs, callback) +### message.setTimeout(msecs[, callback])