Merge branch 'master' of https://github.com/sogou/workflow into nossl

This commit is contained in:
Xie Han
2024-07-10 17:58:09 +08:00

View File

@@ -573,6 +573,9 @@ EndpointAddress *UPSWeightedRandomPolicy::another_strategy(const ParsedURI& uri,
}
}
if (!addr)
return NULL;
return this->check_and_get(addr, false, tracing);
}