From 30c82b2745915816e86a6ffa9a73bd641ebef789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 24 Mar 2021 19:27:34 +0100 Subject: [PATCH] doc: fix wording in outgoingMessage.write PR-URL: https://github.com/nodejs/node/pull/37894 Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig --- 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 95c09e57e925d0..f09bd2cc257b7f 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2552,7 +2552,7 @@ This method handles the raw body of the HTTP message and has nothing to do with higher-level multi-part body encodings that may be used. If it is the first call to this method of a message, it will send the -buffered header first, then flush the the `chunk` as described above. +buffered header first, then flush the `chunk` as described above. The second and successive calls to this method will assume the data will be streamed and send the new data separately. It means that the response