Remove unnecessary close in client
Signed-off-by: Stephen J Day <stephen.day@docker.com>master
							parent
							
								
									ce6e7c9af2
								
							
						
					
					
						commit
						dc0408767a
					
				|  | @ -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