There was an error while loading. Please reload this page.
1 parent c79868f commit 27070c9Copy full SHA for 27070c9
1 file changed
doc/api/net.md
@@ -1459,8 +1459,8 @@ See [`writable.destroy()`][] for further details.
1459
1460
### `socket.destroyed`
1461
1462
-* Type: {boolean} Indicates if the connection is destroyed or not. Once a
1463
- connection is destroyed no further data can be transferred using it.
+* Type: {boolean} Indicates if the connection is destroyed or not. A destroyed
+ socket cannot transfer data until it is reconnected with `socket.connect()`.
1464
1465
See [`writable.destroyed`][] for further details.
1466
0 commit comments