From 36b4c569eb845635480d8d3b7f3883b125445436 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Fri, 1 May 2020 23:34:22 +0200 Subject: [PATCH] doc: add missing deprecation not MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33203 Reviewed-By: Ruben Bridgewater Reviewed-By: Anna Henningsen Reviewed-By: Juan José Arboleda --- doc/api/http.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index 10d728a13d4523..b8dafdd3a67c95 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -573,6 +573,8 @@ deprecated: - v13.14.0 --> +> Stability: 0 - Deprecated: Use [`request.destroy()`][] instead. + Marks the request as aborting. Calling this will cause remaining data in the response to be dropped and the socket to be destroyed.