From e1cabf6fbdbcfe223a9a46ffe6730e73719d5ab5 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sun, 7 May 2017 14:50:10 -0400 Subject: [PATCH] doc, test: add note to response.getHeaders * also correct language for the same note for querystring.parse * add assertions for said note PR-URL: https://github.com/nodejs/node/pull/12887 Fixes: https://github.com/nodejs/node/issues/12885 Refs: https://github.com/nodejs/node/pull/12883 Reviewed-By: Anna Henningsen Reviewed-By: Timothy Gu Reviewed-By: Luigi Pinca Reviewed-By: Sakthipriyan Vairamani --- doc/api/http.md | 7 ++++++- doc/api/querystring.md | 6 +++--- test/parallel/test-http-mutable-headers.js | 6 ++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index de49353c229718..25d056130dcd21 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -556,7 +556,7 @@ Returns `request`. added: v0.1.17 --> -This class inherits from [`net.Server`][] and has the following additional events: +This class inherits from [`net.Server`][] and has the following additional events: ### Event: 'checkContinue'