Skip to content

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

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

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

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

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)