flatiron / union

A hybrid buffered / streaming middleware kernel backwards compatible with connect.

Home Page:http://github.com/flatiron/union

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

you have copy/pasted a bug from morestreams

dominictarr opened this issue · comments

mikeal/morestreams#3

the BufferedStream does not buffer the 'end' event,
so if the pipe isn't connected before that happens then the pipe will fail.

Where is this copypasta-d bug exactly, and where do I/we need to go to fix it?