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: d2e7ca044929
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 8bf0c15a5b21
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 26, 2012

  1. Copy the full SHA
    27a9138 View commit details
    Browse the repository at this point in the history
  2. stream: fix event handler leak in readstream pipe and unpipe

    After a stream was unpiped there would stil be residual event handlers
    AndreasMadsen authored and isaacs committed Dec 26, 2012
    Copy the full SHA
    5daa701 View commit details
    Browse the repository at this point in the history
  3. stream: do only fake drain when unpiped stream is the source

    If the destination had multiply read streams piped to it,
    they would all decrease the awaitDrain state and thereby
    start the flow
    AndreasMadsen authored and isaacs committed Dec 26, 2012
    Copy the full SHA
    d68ee22 View commit details
    Browse the repository at this point in the history
  4. doc: document the finish event

    Since the stream implementer is not expected to overwrite
    .end() the finish event is necessary in order to know when
    no more data can be written
    AndreasMadsen authored and isaacs committed Dec 26, 2012
    2
    Copy the full SHA
    ce30683 View commit details
    Browse the repository at this point in the history
  5. stream2: fix to emit end event on http.ClientResponse

    Shigeki Ohtsu authored and isaacs committed Dec 26, 2012
    Copy the full SHA
    8bf0c15 View commit details
    Browse the repository at this point in the history