bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
797 stars 187 forks source link

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

Open IharKrasnik opened 7 years ago

IharKrasnik commented 7 years ago

Check this repository for details Not related to express itself

afberg commented 6 years ago

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.