We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e0c9 commit b70cdcfCopy full SHA for b70cdcf
doc/api/net.md
@@ -730,7 +730,8 @@ added: v0.1.90
730
* `error` {Object}
731
* Returns: {net.Socket}
732
733
-Ensures that no more I/O activity happens on this socket.
+Ensures that no more I/O activity happens on this socket. This destroys
734
+the stream but does not explicitly cause a TCP stream reset (RST).
735
736
See, [`writable.destroy()`][] for further details.
737
0 commit comments