Merge pull request #1537 from allencloud/add-reponse-body-close
add a response body close
This commit is contained in:
		| @@ -50,10 +50,10 @@ func (r dockerFetcher) Fetch(ctx context.Context, desc ocispec.Descriptor) (io.R | ||||
| 		} | ||||
|  | ||||
| 		if resp.StatusCode > 299 { | ||||
| 			resp.Body.Close() | ||||
| 			if resp.StatusCode == http.StatusNotFound { | ||||
| 				continue // try one of the other urls. | ||||
| 			} | ||||
| 			resp.Body.Close() | ||||
| 			return nil, errors.Errorf("unexpected status code %v: %v", u, resp.Status) | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stephen Day
					Stephen Day