Commit Graph

2 Commits

Author SHA1 Message Date
Diego Nehab
6d93fd7c8f Fix socket.connect
Previous implementation was not making sure the socket
had the same family as the addr returned by getaddrinfo.
So instead of "connection refused", we could get "invalid
argument", which was our fault.
2013-05-26 15:18:13 +08:00
Diego Nehab
5d3a78b4a6 Added my test command lines. 2013-05-25 18:10:46 +08:00