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: don't deadlock duplexpair #29836

Closed
wants to merge 4 commits into from
Closed

Commits on Sep 24, 2019

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

Commits on Oct 3, 2019

  1. stream: don't deadlock duplexpair

    If nothing is buffered then _read will not be called and the
    callback will not invoked, effectivly deadlocking.
    
    Fixes: nodejs#29758
    ronag committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0faf029 View commit details
    Browse the repository at this point in the history
  2. fixup: simplify

    ronag committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b2600ca View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. fixup: added docs

    ronag committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    bd0220d View commit details
    Browse the repository at this point in the history