| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -397,6 +397,11 @@ with options either as either `{port: port, host: host}` or `{path: path}`. | |||
| 397 | 397 | Ensures that no more I/O activity happens on this socket. Only necessary in | |
| 398 | 398 | case of errors (parse error or so). | |
| 399 | 399 | ||
| 400 | + ### socket.destroyed | ||
| 401 | + | ||
| 402 | + A Boolean value that indicates if the connection is destroyed or not. Once a | ||
| 403 | + connection is destroyed no further data can be transferred using it. | ||
| 404 | + | ||
| 400 | 405 | ### socket.end([data][, encoding]) | |
| 401 | 406 | ||
| 402 | 407 | Half-closes the socket. i.e., it sends a FIN packet. It is possible the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments