[nodejs] No `end` Event Emitted from stream.Transform

2013-08-09 Thread Alan Gutierrez
Attempting to create a `crypto.Hash` stream.o https://github.com/bigeasy/hash/blob/master/hash.djb/index.js I've implemented `_transform` and `_flush` and called the callbacks provided. The base class of `StreamHash` class is a `stream.Transform`. It implments the legacy `update` and `digest`

Re: [nodejs] No `end` Event Emitted from stream.Transform

2013-08-09 Thread Alan Gutierrez
On Fri, Aug 09, 2013 at 09:29:29PM -0400, Alan Gutierrez wrote: Attempting to create a `crypto.Hash` stream.o https://github.com/bigeasy/hash/blob/master/hash.djb/index.js I've implemented `_transform` and `_flush` and called the callbacks provided. The base class of `StreamHash` class