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

stream: make from read one at a time #33201

Closed
wants to merge 1 commit into from

Commits on May 1, 2020

  1. stream: make from read one at a time

    Currently from will eagerly buffer up items
    which means that errors are also eagerly
    encountered and items which are buffer when
    an error occurs will be discarded, which is
    inconsistent with how generators work.
    
    Fixes: nodejs#29428
    ronag committed May 1, 2020
    Copy the full SHA
    0aabadc View commit details
    Browse the repository at this point in the history