coolaj86 / formaline

formaline is a module for handling form requests ( HTTP POSTs / PUTs ) and for fast parsing of file uploads.
Apache License 2.0
239 stars 16 forks source link

Unhandled stream error in pipe #44

Open coolaj86 opened 11 years ago

coolaj86 commented 11 years ago

Let's say, for example, that tmpDir is full.

stream.js:105
      throw er; // Unhandled stream error in pipe.

The error from the writableStream should be caught and passed up.