Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/local: fix syscall.ECONNREFUSED detection #2304
Conversation
davecheney
added some commits
May 13, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$comeinspinner$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
May 13, 2015
jujubot
merged commit db5080a
into
juju:master
May 13, 2015
ericsnowcurrently
referenced this pull request
Sep 10, 2015
Merged
Adjust to a change in Go 1.5. #3245
added a commit
that referenced
this pull request
Sep 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedMay 13, 2015
Go 1.5 has changed the type of the error message returned, basically
added another level of indirection.
(Review request: http://reviews.vapour.ws/r/1667/)