summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <ronagy@icloud.com>2020-05-01 23:34:22 +0200
committerMichaël Zasso <targos@protonmail.com>2020-05-04 14:24:03 +0200
commit413f5d35813e070558030a327edd86e3fdfa79b5 (patch)
tree8f99191d74ac762d621dc57e1e29c234744ec2ea
parent2174159598e39cb031c139ccbccbf7ad9bb3c044 (diff)
downloadnode-new-413f5d35813e070558030a327edd86e3fdfa79b5.tar.gz
doc: add missing deprecation not
PR-URL: https://github.com/nodejs/node/pull/33203 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
-rw-r--r--doc/api/http.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index f068047e4c..38bd42f119 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -571,6 +571,8 @@ added: v0.3.8
deprecated: v14.1.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.