Open
Description
Hello,
using code like this:
const app = require('express')();
app.use(function (req, res) {
res.sendStatus(502, "engine mismatch error");
});
app.listen(port);
from node under iisnode, custom error message "engine mismatch error" is overwritten with "Bad Gateway" by IIS. The solution of the problem is in the pull request #39 , thank you @mparq !
Could be this pull request please be merged into the main stream?
Regards
yarick123
Metadata
Metadata
Assignees
Labels
No labels