From fc18f70dd0c8604e6b40361def4b2540b1553875 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 12 Apr 2022 20:41:37 +0200 Subject: [PATCH] doc: fix `added:` info for `outgoingMessage.{,un}cork()` `outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to Node.js v13.2.0 via 62e15a793a56 and backported to Node.js v12.16.0 via db8144be3187. --- doc/api/http.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 5c3c7d9a7a7180..9a7bd57c82dc1d 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2505,7 +2505,9 @@ Aliases of `outgoingMessage.socket` ### `outgoingMessage.cork()` See [`writable.cork()`][]. @@ -2711,7 +2713,9 @@ After calling `outgoingMessage.end()`, this property will be nulled. ### `outgoingMessage.uncork()` See [`writable.uncork()`][]