nw
Member since Apr 18, 2015
- Profile: /members/12624-nw.htm
- Comments: 1
Recent Blog Comments By nw
-
Turning Buffers Into Readable Streams In Node.js
Posted on Apr 18, 2015 at 9:02 PM
Nice Example! A couple of minor fixes. 1. You mentioned your concern for memory... On line #33 you should bind your 'end' callback to the scope of your BufferStream instance. this.on( "end", this._destroy.bind(this) ); 2. Line #99 when setting the headers has a typo, 'Contente-Length'... read more »