From 651e7d27b71c756435a6e7c0c57780a9fdd94d9b Mon Sep 17 00:00:00 2001 From: Dr Date: Sun, 27 Dec 2020 20:45:36 +0800 Subject: [PATCH] doc: document http.IncomingMessage behaviour change Add to the history table that the `destroyed` value returns `true` after the incoming data is consumed. Refs: https://github.com/nodejs/node/issues/36617 Refs: https://github.com/nodejs/node/pull/33035 PR-URL: https://github.com/nodejs/node/pull/36641 Reviewed-By: Antoine du Hamel Reviewed-By: Robert Nagy --- doc/api/http.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index 28c2b232b9fe69..adabc4260b7114 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1892,6 +1892,10 @@ the request body should be sent.