🐛 bug: Fix Body() handling of Content-Encoding per RFC 9110 #7645
Annotations
4 errors
|
lint
issues found
|
|
lint:
ctx.go#L377
Error return value of `c.SendStatus` is not checked (errcheck)
|
|
lint:
ctx.go#L375
Error return value of `c.SendStatus` is not checked (errcheck)
|
|
lint:
ctx.go#L374
switch on an error will fail on wrapped errors. Use errors.Is to check for specific errors (errorlint)
|