Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: lint
  • Loading branch information
ronag committed Apr 13, 2020
commit 00f23eeb0e68afcb9f719e770c64458f1297389c
1 change: 0 additions & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,6 @@ written twice. This introduces a race condition between threads, and is a
potential security vulnerability. There is no safe, cross-platform alternative
API.


<a id="DEPXXX"></a>
### DEPXXX: Use `request.destroy()` in favor of `request.abort()`
<!-- YAML
Expand Down
1 change: 0 additions & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -2357,7 +2357,6 @@ the following events will be emitted in the following order:
* `'close'`
* `'close'` on the `res` object


If `req.destroy()` is called before a socket is assigned, the following
events will be emitted in the following order:

Expand Down