| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
My apologies if some guidelines haven't been met. This is my first contribution. |
Sorry, something went wrong.
|
|
||
| ### socket.destroyed | ||
|
|
||
| A `boolean` value that depicts if the connection is destroyed or not. |
There was a problem hiding this comment.
Can we add a bit more detail about what "destroyed" means?
Sorry, something went wrong.
There was a problem hiding this comment.
For example?
Sorry, something went wrong.
There was a problem hiding this comment.
Look into the source to find out, I think something along the lines of "does not send or receive any more data, cannot be re-established", but I'm no expert on this topic :).
Sorry, something went wrong.
There was a problem hiding this comment.
I think "indicates" might be a better choice of word than "depicts". Maybe something like this:
A Boolean value that indicates whether the connection has been destroyed or not.
Sorry, something went wrong.
|
The subsystem should be doc. |
Sorry, something went wrong.
|
@nodejs/documentation |
Sorry, something went wrong.
|
Hey, thanks, please wrap lines at 80 chars :) |
Sorry, something went wrong.
|
@tusharmath ping. Are you still planning to work on this? |
Sorry, something went wrong.
|
Might be me, but I think this sounds better:
Not strictly necessary for this PR, but I think some information whether a half-closed socket can be in a destroyed state might be good to add as well (haven't researched). |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Sorry, I do have one nit:
should be
|
Sorry, something went wrong.
|
Sorry, I just realized this - can you maintain the alphabetical order of the docs. |
Sorry, something went wrong.
|
@cjihrig Thanks for pointing it out :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
fixes: #5898