You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 4.31.1 - this may be my lack of understanding middleware - but is there a reason I cannot use res.send(someData) from the upload.on('end', function(){}); event??
This always generates " Error: Can't set headers after they are sent." and kills node.
The text was updated successfully, but these errors were encountered:
youtakanke
added a commit
to youtakanke/jquery-file-upload-middleware
that referenced
this issue
Feb 27, 2019
Using 4.31.1 - this may be my lack of understanding middleware - but is there a reason I cannot use res.send(someData) from the upload.on('end', function(){}); event??
This always generates " Error: Can't set headers after they are sent." and kills node.
The text was updated successfully, but these errors were encountered: