Gürgün Dayıoğlu
Gürgün Dayıoğlu
This already looks pretty great :)
Thanks for the issue! Would you like to send a PR?
The request might fail with if it runs of file descriptors AFAIK
You should add a pool limit, you won't lose requests if the pool limit is reached
Thanks for reporting. Would you like to send a PR?
Did the vote happen? @jasnell
```js fastify.addContentTypeParser( "application/json", { parseAs: "buffer" }, (request, payload, done) => { done(null, payload); }, ); ``` For things like Stripe, adding this parser gives you the raw `request.body` for...
Go ahead! We normally don't assign issues to users, so anyone can try to tackle them
The test that's failing here and the one in 371 are different I think So for this PR, I'd suggest making the tests pass and merging to `master`, and then...
> why did we not spot it earlier? This is indeed interesting, I might look into this if I can find some time