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: 1f53cfdeae55
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 3537b57f3e6c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 14, 2013

  1. stream: Never call decoder.end() multiple times

    Updated version that does what it says without assigning state.decoder.
    kanongil authored and isaacs committed Mar 14, 2013
    Copy the full SHA
    e8f80bf View commit details
    Browse the repository at this point in the history
  2. test: No need for kicking in streams2 test

    This was necessary when we weren't auto-starting when a 'readable'
    listener is added.
    isaacs committed Mar 14, 2013
    Copy the full SHA
    3537b57 View commit details
    Browse the repository at this point in the history