stream: Remove output function from _transform
authorisaacs <i@izs.me>
Mon, 4 Mar 2013 03:05:44 +0000 (19:05 -0800)
committerisaacs <i@izs.me>
Tue, 5 Mar 2013 22:27:15 +0000 (14:27 -0800)
commitcd68d86c3283af2f4b3c349c2081c609e3978b9b
tree1ac21569c2bf81e1d2cdbb5d6a0236bfd89c0833
parent049903e333f843d7587e7c40845a7d51ea5955f8
stream: Remove output function from _transform

Just use stream.push(outputChunk) instead.
doc/api/stream.markdown
lib/_stream_passthrough.js
lib/_stream_transform.js
lib/crypto.js
lib/zlib.js
test/simple/test-stream2-transform.js
test/simple/test-stream2-unpipe-drain.js
test/simple/test-stream2-unpipe-leak.js