mirror of
https://github.com/restic/restic.git
synced 2025-10-09 19:20:23 +00:00
CI: enable bodyclose linter
This commit is contained in:
@@ -252,6 +252,7 @@ func newBackend(ctx context.Context, cfg Config, lim limiter.Limiter) (*Backend,
|
||||
return nil, fmt.Errorf("error talking HTTP to rclone: %w", err)
|
||||
}
|
||||
|
||||
_ = res.Body.Close()
|
||||
debug.Log("HTTP status %q returned, moving instance to background", res.Status)
|
||||
err = bg()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user