CodeDredd / h3-compression

Adds compression to h3 requests (brotli, gzip, deflate)
MIT License
68 stars 2 forks source link

Can't get the response with aws-lambda preset #3

Open BenjaminGaymay opened 10 months ago

BenjaminGaymay commented 10 months ago

Environment

Reproduction

Build nitro with "aws-lambda" preset

Describe the bug

I tried h3-compression plugin with aws-lambda preset and I didn't manage to get it work, I tried to add some logging and the body seems well encoded.

But I never succeed to get a well formatted response, I get the error: "No data found for the resource with given identifier"

I noticed some changes (with node-server preset) in the response headers:

And:

I didn't succeed to change theses so i don't know if is a part of the issue.

Additional context

No response

Logs

No response