kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Don't pass response stream directly into plugins #69

Closed floatdrop closed 9 years ago

floatdrop commented 9 years ago

Temproary fix for early stream flushing. Maybe this should be done directly in got.

Fixes #67

kevva commented 9 years ago

Ahh, good idea, thanks. Might be worth opening an issue on the got repo, even though I think we should keep away from doing too much magic there.

shinnn commented 9 years ago

do not flush data to plugin test is undone. https://travis-ci.org/kevva/download/jobs/70022305#L183-L196

ava shouldn't exit with code 0 in this case.