Closed cpuguy83 closed 8 years ago
Really need to make sure we are only returning ErrConnectionFailed when it's really a failed connection, not just something that reports as a non-temporary error.
ErrConnectionFailed
This fixes more tests on docker CI, see https://jenkins.dockerproject.org/job/Docker-PRs/31060/console for reference
LGTM 🐵
LGTM
Really need to make sure we are only returning
ErrConnectionFailed
when it's really a failed connection, not just something that reports as a non-temporary error.This fixes more tests on docker CI, see https://jenkins.dockerproject.org/job/Docker-PRs/31060/console for reference