Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix description of _writev() #28690

Closed
wants to merge 1 commit into from

Commits on Jul 15, 2019

  1. docs: fix description of _writev()

    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: nodejs#28408
    parkerbjur committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    53d83f0 View commit details
    Browse the repository at this point in the history