Commit c93af860 authored by isaacs's avatar isaacs Committed by Fedor Indutny
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment