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

doc: make sure that calls to .read() are looped #25375

Closed
wants to merge 4 commits into from

Commits on Jan 7, 2019

  1. doc: make sure that calls to .read() are looped

    The 'readable' event assumes that calls to readable.read() happens
    within that event handler until readable.read() returns null.
    
    Fixes: nodejs#20503
    mcollina committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d0b7b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Update doc/api/crypto.md

    Co-Authored-By: mcollina <matteo.collina@gmail.com>
    lpinca and mcollina authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5c0b08c View commit details
    Browse the repository at this point in the history
  2. Update doc/api/crypto.md

    Co-Authored-By: mcollina <matteo.collina@gmail.com>
    lpinca and mcollina authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    a678441 View commit details
    Browse the repository at this point in the history
  3. Update doc/api/stream.md

    Co-Authored-By: mcollina <matteo.collina@gmail.com>
    lpinca and mcollina authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    840e2a3 View commit details
    Browse the repository at this point in the history