Skip to content

🐛 bug: Fix Body() handling of Content-Encoding per RFC 9110 #7646

🐛 bug: Fix Body() handling of Content-Encoding per RFC 9110

🐛 bug: Fix Body() handling of Content-Encoding per RFC 9110 #7646

Triggered via pull request June 27, 2025 02:37
Status Failure
Total duration 1m 24s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
issues found
lint: ctx_test.go#L536
string `deflate` has 4 occurrences, but such constant `StrDeflate` already exists (goconst)
lint: ctx.go#L374
switch on an error will fail on wrapped errors. Use errors.Is to check for specific errors (errorlint)