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: Duplex autoDestroy with disabled readable/writable #32139

Closed
wants to merge 4 commits into from

Commits on Mar 24, 2020

  1. stream: align stream.Duplex with net.Socket

    stream.Duplex and net.Socket slightly differs in behavior.
    
    Especially when it comes to the case where one side never
    becomes readable or writable. This aligns Duplex with the
    behavior of Socket.
    ronag committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ba05b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9ba60 View commit details
    Browse the repository at this point in the history
  3. fixup: tests

    ronag committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fdd369c View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    db6defb View commit details
    Browse the repository at this point in the history