Douglas Wilson
Douglas Wilson
I think the tests are revealing some kind of Node.js bug: ``` Uncaught TypeError: Cannot read property 'trailers' of undefined at Immediate.finishSendTrailers (internal/http2/core.js:1467:31) ```
It turns out that even though http2 in core has a compatibility API, it is not transparent and still causes a lot of breakages. There are the obvious issues of...
Both are correct and on the latter point I am spending all my free time on this task currently.
https://github.com/expressjs/express/pull/3730#issuecomment-441338216
Currently we are trying to focus on the 5.0 release so it does not continue to be years without release. We will come back to focus on items like http/2...
See https://github.com/expressjs/express/pull/2813#issuecomment-159270428 . This is a decision made by the project. I'm not sure when the wording of the website was changed, but we'll get it made to better reflect...
Seems reasonable. Would this only apply to the set default view engine, or to all view engines (and if so, how would conflicting options be resolved)? Please add some tests...
Thank you for your work on this @tjarbo !
Please see #4252 for related discussion. This was original designed this way on purpose (ugh), and I see it being used in the wild this way. We can land such...
Hi @andvea no need to do anything. We'll get it fixed up as it get close to landing. Sorry for any confusion there. An issue like that which is not...