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 committed May 4, 2020
1 parent 8f87d25 commit 36b4c56
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 @@ -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.

Expand Down

0 comments on commit 36b4c56

Please sign in to comment.