🐛 bug: Fix Body() handling of Content-Encoding per RFC 9110 #7646
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)
|