Skip to content

fix: use Body() instead of BodyRaw() in fiber to auto decompress the req body#928

Merged
wolveix merged 1 commit intodanielgtaylor:mainfrom
akkuman:patch-1
Feb 16, 2026
Merged

fix: use Body() instead of BodyRaw() in fiber to auto decompress the req body#928
wolveix merged 1 commit intodanielgtaylor:mainfrom
akkuman:patch-1

Conversation

@akkuman
Copy link
Copy Markdown
Contributor

@akkuman akkuman commented Dec 4, 2025

BodyRaw() does not automatically recognize the value in Content-Encoding to decompress the request body, and returns unexpected values in the case of request compression

…req body

BodyRaw() does not automatically recognize the value in Content-Encoding to decompress the request body, and returns unexpected values in the case of request compression
@wolveix wolveix merged commit ce59480 into danielgtaylor:main Feb 16, 2026
@wolveix
Copy link
Copy Markdown
Collaborator

wolveix commented Feb 16, 2026

This looks consistent with our other adapters, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants