Skip to content

docs: fix description of _writev()

Rodrigo Muino Tomonari requested to merge github/fork/parkerbjur/issue28408 into master

The documentation gave the impression that when the _writev method is used, it is used instead of _write. However, when _writev is used, _write loads the first chunk of data, then _writev loads all the remaining bufferred chunks in the write queue. The docs have been changed to reflect this behavior.

Fixes: https://github.com/nodejs/node/issues/28408

Checklist

Merge request reports

Loading