|
|
@ -1589,7 +1589,7 @@ static bool proxy_alive(ckpool_t *ckp, server_instance_t *si, proxy_instance_t * |
|
|
|
LOGINFO("Failed to connect to %s:%s in proxy_mode!", |
|
|
|
LOGINFO("Failed to connect to %s:%s in proxy_mode!", |
|
|
|
cs->url, cs->port); |
|
|
|
cs->url, cs->port); |
|
|
|
} |
|
|
|
} |
|
|
|
return ret; |
|
|
|
goto out; |
|
|
|
} |
|
|
|
} |
|
|
|
if (ckp->passthrough) { |
|
|
|
if (ckp->passthrough) { |
|
|
|
if (!passthrough_stratum(cs, proxi)) { |
|
|
|
if (!passthrough_stratum(cs, proxi)) { |
|
|
|