| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Signed-off-by: Dayun <dlekdbs6530@gmail.com>
|
Thanks! I updated the wording as suggested and also clarified socket.destroy(). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Clarify the socket.destroyed documentation to reflect that a destroyed
net.Socket can be reused by calling socket.connect() again.
The previous wording could be read as if no further data transfer were ever
possible after destruction, while the socket can be reconnected and used again.
Fixes: #57367
Tests: make lint-md