express-winston icon indicating copy to clipboard operation
express-winston copied to clipboard

Middleware resets req.url on res.send() and prevents further middleware to execute

Open IharKrasnik opened this issue 7 years ago • 1 comments

Check this repository for details Not related to express itself

IharKrasnik avatar Sep 06 '17 15:09 IharKrasnik

I have the exact same issue. Middlewares after res.send/res.json don't execute in some cases, but not all. Took forever to find what the issue was.

afberg avatar Nov 09 '17 14:11 afberg