mirror of https://github.com/lukechilds/node.git
Browse Source
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 #929v0.7.4-release
Felix Geisendörfer
14 years ago
committed by
Ryan Dahl
2 changed files with 41 additions and 9 deletions
Loading…
Reference in new issue