Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <ronagy@icloud.com>2020-05-02 00:34:22 +0300
committerRobert Nagy <ronagy@icloud.com>2020-05-04 07:30:00 +0300
commit36b4c569eb845635480d8d3b7f3883b125445436 (patch)
tree89fd3623754740a68c956cb164773ef4ad4dca03 /doc/api/http.md
parent8f87d252fa9ff071a8edf941d431b6efd6cb9727 (diff)
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>
Diffstat (limited to 'doc/api/http.md')
-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 10d728a13d4..b8dafdd3a67 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.