travist / flatiron-passport

A Passport.js integration with the Flatiron.js web framework.
10 stars 5 forks source link

Doesn't work if flatiron.plugins.http buffer: false #1

Closed thgie closed 11 years ago

thgie commented 11 years ago

I need to have a file upload and thus buffer: false and stream: true. It doesn't seem to work otherwise. But with those settings flatiron-passport doesn't work. Without them just fine. I guess I will start a second server for the file upload.