Remove support for multi-source pipe()
authorFelix Geisendörfer <felix@debuggable.com>
Mon, 21 Nov 2011 21:57:33 +0000 (22:57 +0100)
committerisaacs <i@izs.me>
Tue, 22 Nov 2011 16:51:19 +0000 (08:51 -0800)
commitb3f91f15b2482a8f3e5d37f0e09429a4b4775230
tree62090e109af1ef8cb2dcc6ba329485c286d2ce1a
parente543b0e95e71539fe1f50bb59df4c24b46ab93f1
Remove support for multi-source pipe()

This reverts 6c5b31bd which had too few use cases, too much complexity,
and can be handled in user-land by using `{end: false}`.

Closes #1996
lib/stream.js
test/simple/test-stream-pipe-cleanup.js