node/test
Felix Geisendörfer 6c5b31bd80 Fix: Multiple pipes to the same stream were broken
When creating multiple .pipe()s to the same destination stream, the
first source to end would close the destination, breaking all remaining
pipes. This patch fixes the problem by keeping track of all open
pipes, so that we only call end on destinations that have no more
sources piping to them.

closes #929
2011-04-14 14:12:01 -07:00
..
disabled Don't error on ENOTCONN from shutdown() 2011-04-11 15:33:24 -07:00
fixtures Test to demonstrate #892 2011-04-13 12:49:13 -07:00
internet Fix test harness for Linux 2010-10-18 14:54:39 -07:00
message Update copyright headers 2011-03-14 17:37:05 -07:00
pummel Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00
simple Fix: Multiple pipes to the same stream were broken 2011-04-14 14:12:01 -07:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00