Commit 646b129f authored by cdjgit's avatar cdjgit

little change

parent fc0b7795
......@@ -205,7 +205,7 @@ SocketId WeightedRoundRobinLoadBalancer::GetServerInNextStride(
const std::vector<Server>& server_list,
const std::unordered_set<SocketId>& filter,
TLS& tls) {
SocketId final_server = INVALID_STREAM_ID;
SocketId final_server = INVALID_SOCKET_ID;
uint64_t stride = tls.stride;
Server& remain = tls.remain_server;
if (remain.weight > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment