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: error Duplex write/read if not writable/readable #34385

Closed
wants to merge 11 commits into from

Commits on Jul 1, 2021

  1. stream: error Duplex write/read if not writable/readable

    If writable/readable has been explicitly disabled then using
    a Duplex as writable/readable should fail.
    
    Fixes: nodejs#34374
    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    157b6fe View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    35c7e5e View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    43e1037 View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9e4fbbb View commit details
    Browse the repository at this point in the history
  5. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e68fcc8 View commit details
    Browse the repository at this point in the history
  6. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5468625 View commit details
    Browse the repository at this point in the history
  7. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5e9a6f4 View commit details
    Browse the repository at this point in the history
  8. fixup

    ronag committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6fe226b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. fixup

    ronag committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    45108ac View commit details
    Browse the repository at this point in the history
  2. fixup: re-enable dumb tty

    ronag committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8259042 View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    71a9b6e View commit details
    Browse the repository at this point in the history