From cfa06fa59af4ae736e1ba087a112b4cc8504c785 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:45 +0100 Subject: [PATCH] doc: add changelogs for http PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/http.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index ea01359e1d..391685bf7c 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -586,6 +586,12 @@ not be emitted. ### Event: 'clientError' * `exception` {Error} @@ -1178,6 +1184,11 @@ the request body should be sent. See the [`'checkContinue'`][] event on `Server` ### response.writeHead(statusCode[, statusMessage][, headers]) * `statusCode` {Number}