Javascript – Request to Express endpoint won't stop loading, even if I set response status (Multer and Express issues)
I'm on the process of making a filter based off evaluating a file's signature obtained via a file's buffer provided by Multer. I know Multer provides the MIME type, but I also have to check wether the file is actually…