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

net/streams: don't return the stream object from onStreamRead #34375

Closed
wants to merge 10 commits into from
Closed

net/streams: don't return the stream object from onStreamRead #34375

wants to merge 10 commits into from

Commits on Jul 24, 2020

  1. streams: don't return the stream object from onStreamRead

    CallJSOnreadMethod expects the return value to be undefined or
    a new buffer, so make sure to return nothing, even when an error
    causes us to destroy the stream.
    
    Fixes: #34346
    robey committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0865a22 View commit details
    Browse the repository at this point in the history
  2. streams: fix 2nd instance

    robey committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    851667e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f646c23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea77a5 View commit details
    Browse the repository at this point in the history
  5. fix linter error

    robey committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    98daa59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1440eae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    965c0b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27bc342 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Jul 31, 2020

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