Skip to content

Commit

Permalink
doc: add missing deprecation not
Browse files Browse the repository at this point in the history
PR-URL: #33203
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
  • Loading branch information
ronag authored and targos committed May 4, 2020
1 parent 2174159 commit 413f5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 413f5d3

Please sign in to comment.