Douglas Wilson

Results 1975 comments of Douglas Wilson

I don't know the discussion either, but I recall the same thing. The main annoying danger is that most people do like `doThing((err) => { if (err) return next(err); ......

> So jump all middlewares to arrive to the last one in the goal to render the "normal" response but with error messages about where it broke was my thought....

Hi @ssshake you can actually disable this without actually altering the source code at all. Basically, the charset is because you are telling Express.js to send a string, which it...

Hi @ssshake sorry for the delay in response; it may help if you wanted to provide an example of your use-case, especially because proxies should not have this issue, as...

Hi @REALSTEVEIG are you planning to update the pr contents with the above agreement?

Sorry! So above, someone suggested you write it as Node.js instead of NodeJS. You agreed. I was wondering if you were planning to update the pr to use that.

Hi @PiniH since it's experimental and just landed on `master`, I don't think we have done any research into what would need to be done to support it (either in...

Yea, I'd need some time to take a look at what is going on to get some pointers for where to start.

Ah, the prototype. I guess that is different in the http2? Hmm, that sucks, because it is likely to be a large task to fix that. I would have assumed...

Hi @hansanghoon all the work is happening in the linked PR: #3390