stream: call write cb before finish event
Since 049903e3, an end callback could be called before a write callback if end() is called before the write is done. This patch resolves the issue. In collaboration with @gne Fixes felixge/node-formidable#209 Fixes #5215
parent
e4b716ef
Please register or sign in to comment