From 5b9af14e5759990498ac4cd3162f225534f04f13 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 --- 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.