Skip to content

Commit

Permalink
fixup: add note regarding TCP rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 13, 2020
1 parent f63e0c9 commit b70cdcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@ added: v0.1.90
* `error` {Object}
* Returns: {net.Socket}

Ensures that no more I/O activity happens on this socket.
Ensures that no more I/O activity happens on this socket. This destroys
the stream but does not explicitly cause a TCP stream reset (RST).

See, [`writable.destroy()`][] for further details.

Expand Down

0 comments on commit b70cdcf

Please sign in to comment.