opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
811 stars 202 forks source link

conformance.test01Pull: Check client errors before using response object #356

Closed bmoylan closed 1 year ago

bmoylan commented 1 year ago

Previously, if the client.Do returned an (ignored) error and nil response, the subsequent usages of resp panic.

Signed-off-by: Brad Moylan bmoylan@palantir.com