Simone Busoli
Simone Busoli
> [@mcollina](https://github.com/mcollina) [@Eomm](https://github.com/Eomm) can you guys try to solve the above issue ASAP, we have some critical services running on Fastify and We took this migration task as we've deadlines...
As a workaround, you may want to try to do the compression manually: ```diff diff --git a/handler.js b/handler.js index 38e05b5..b42035b 100644 --- a/handler.js +++ b/handler.js @@ -1,5 +1,6 @@ const...
@AniketUndalekar1997 all worked fine here, see the below autocannon run against the app. Maybe there's something else in your app that causes the misbehavior. ```bash > npx autocannon http://127.0.0.1:3000/api/reproduce/compression-error Running...
@mcollina do we want any corporate references to material that lands on the Node.js website? Asking because, in a similar vein, the article was reviewed by multiple people at Nearform,...
Hey folks, this has been here for a couple of months, can we try to move it forward? It's just a guide to be added to the docs. I believe...
Can you please share the repro-repo?
Let us know when you have a repro and we can take a look.
The behavior you're seeing is expected, and it's described in the readme. On the other hand I can understand that the scenario you're trying to achieve is a reasonable one,...
Thanks for the follow up. How about the alternative solution you had suggested? Try merging and if it fails, enable automerge. Feels a little forced as a solution, but do...
This may work, but it has an inherent race condition, which could lead to either false positive or false negatives, neither of which is desirable. You may try to enable...