Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry.Retryable(): treat ENOENT (AF_UNIX) like ECONNREFUSED, i.e. als…
…o retry During connect(2) we may get ECONNREFUSED between server's bind(2) and listen(2), but the most downtime between boot and service start the socket won't exist, yet. I.e. ENOENT is the de facto ECONNREFUSED of *nix sockets.
- Loading branch information