docker / engine-api

DEPRECATED: Please see https://github.com/docker/docker/tree/master/client
Apache License 2.0
264 stars 163 forks source link

Fixes more issues swallowing connection errors #366

Closed cpuguy83 closed 8 years ago

cpuguy83 commented 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.

This fixes more tests on docker CI, see https://jenkins.dockerproject.org/job/Docker-PRs/31060/console for reference

vdemeester commented 8 years ago

LGTM 🐵

LK4D4 commented 8 years ago

LGTM