-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Given the following code:
var express = require("express"),
multer = require("multer"),
app = express();
app.use(multer({dest: "h:\\drive\\does\\not\\exist"}));
I would expect an exception to be thrown stating that the destination does not exist.
Instead, the node process goes to 100% CPU and starts a runaway memory leak that very quickly locks up the system if not killed.
Metadata
Metadata
Assignees
Labels
No labels