| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The `allowHalfOpen` option works in the same way for both TCP and IPC connections. Fixes: nodejs#38307
| * `allowHalfOpen` {boolean} Indicates whether to automatically end the | ||
| writable side when the readable side ends. See [`net.createServer()`][] and |
There was a problem hiding this comment.
Does this make it sound like you should set it to true to automatically end the writable side when in fact the opposite is true?
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
PTAL, I've used the same wording used here https://nodejs.org/api/stream.html#stream_new_stream_duplex_options.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The allowHalfOpen option works in the same way for both TCP and IPC
connections.
Fixes: #38307