Merge "We should break from loop after getting connected." am: 53171e5f97

am: 646a70b1fb

Change-Id: I2fe5ce1bd66c893f3dec4ef8eb8458f935f917ff
This commit is contained in:
Tao Wu 2016-09-22 11:55:37 +00:00 committed by android-build-merger
commit 298571ec19

View file

@ -112,6 +112,7 @@ int socket_network_client_timeout(const char* host, int port, int type, int time
}
result = toggle_O_NONBLOCK(s);
break;
}
freeaddrinfo(addrs);