Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 8adebb92bcd5
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: df3563aa65da
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 7, 2013

  1. child_process: don't resume() created socket

    Calling `resume()` on a stream switches it to the old mode which causes
    piping stdio from a child process to fail.
    
    Fixes #4510.
    mmalecki authored and isaacs committed Jan 7, 2013
    Copy the full SHA
    a5d4e74 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e6f737 View commit details
    Browse the repository at this point in the history
  3. child_process: Pull through untouched stdio streams

    Otherwise child procs will never emit a 'close' event if you don't
    ever consume their streams, because they will never hit the EOF.
    isaacs committed Jan 7, 2013
    Copy the full SHA
    df3563a View commit details
    Browse the repository at this point in the history