mirror of
https://github.com/distribution/distribution.git
synced 2025-07-20 02:00:36 +00:00
Remove unnecessary close in client
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
b1c8952c1a
commit
0b34048fe3
@ -283,7 +283,6 @@ func (r *clientImpl) BlobLength(name string, dgst digest.Digest) (int, error) {
|
|||||||
}
|
}
|
||||||
return -1, &errs
|
return -1, &errs
|
||||||
default:
|
default:
|
||||||
response.Body.Close()
|
|
||||||
return -1, &UnexpectedHTTPStatusError{Status: response.Status}
|
return -1, &UnexpectedHTTPStatusError{Status: response.Status}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user