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: fix error handling with async iteration #20329

Closed
wants to merge 4 commits into from

Commits on Apr 26, 2018

  1. stream: fix error handling with async iteration

    Fix an issue when an error was emitted by the stream before
    `iterator.next()` is called.
    julien-f committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    0b529b2 View commit details
    Browse the repository at this point in the history
  2. coding style

    julien-f committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    0e5995a View commit details
    Browse the repository at this point in the history
  3. test by error identity

    julien-f committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    fea77e0 View commit details
    Browse the repository at this point in the history
  4. add missing semi

    julien-f committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    c8c410a View commit details
    Browse the repository at this point in the history