Matteo Collina
Matteo Collina
Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...
Sorry that's exactly what a reproducible example is not. Please combine all the above to create something I can execute to reproduce the problem. Verify that it actually show the...
The README seems empty
How do you trigger the error?
what headers are you setting?
Confirmed, we can use the following to reproduce: ``` curl -v -H 'Accept-Encoding: gzip' http://127.0.0.1:3000/api/reproduce/compression-error > /dev/null ```
The following will allow you to bypass the problem because you are using the global handler setup: ``` diff --git a/handler.js b/handler.js index 38e05b5..d71e71c 100644 --- a/handler.js +++ b/handler.js @@...
We would 100% welcome a PR for this contribution. I cannot take this on; I am currently focusing on supporting [Platformatic](https://platformatic.dev/) customers.