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: update emit readable debug statement #22613

Closed

Commits on Aug 31, 2018

  1. stream: update emit readable debug statement

    Currently, the debug statement in emitReadable is `emit readable` which
    can be interpreted as the readable event is going to be emitted. But
    I think the intent of this debug statment is just that the
    emitReadable_ function was entered. If that was not the intent then
    perhaps the debug statment should be moved into the if statement below
    it.
    danbev committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    3b9c467 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    991d79f View commit details
    Browse the repository at this point in the history