Files
deb-python-websocket-client/websocket
CjHanks e1b2628058 Fix address resolution for cases where first result is not useful.
The socket connection logic always presumed the first returned result from
socket.getaddrinfo(...) is the target.  However it is not uncommon to be
listening IPv4 while ignore IPv6.  This code iterates through the return list
until one connects without a CONNECTION REFUSED error, if all fail, the
exception is rethrown.  `man getaddrinfo` demonstrates a similar use pattern
in C.
2014-07-04 15:37:32 -07:00
..
2014-05-30 12:23:55 +09:00
2014-05-30 12:23:55 +09:00
2014-05-30 12:23:55 +09:00
2014-05-30 12:23:55 +09:00
2014-06-23 11:52:07 +09:00
2014-03-18 10:30:55 +09:00