Re: [nodejs] stream.Transform events

2013-04-13 Thread Ruud
31 AM UTC+2, Dan Milon wrote: > > You're explicitly asking it not to emit an end event by passing end: false > to pipe. > > On 14 Απρ 2013, at 12:01 π.μ., Ruud > > wrote: > > Hey, > > I'm trying to create a streaming parser/transformer for a special web

[nodejs] stream.Transform events

2013-04-13 Thread Ruud
Hey, I'm trying to create a streaming parser/transformer for a special web proxy project. The 'streams2' stream.Transform base class makes this quite easy, but trying to benchmark some thing I've hit a problem: it seems no (end) events are emitted. The docs don't list any events under this cla