mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3237f7dc9a
XMLRPC::Client.new3(), when called without host: argument, tries to connect to a host where "localhost" resolves to. On the other hand a WEBrick::HTTPServer.new(), when called without BindAddress: argument, tries to listen all the address where getaddrinfo(AF_UNSPEC) resolves to. This is a mismatch because "localhost" might not resolve to one of those listening sockets. We would better explicitly specify "localhost" here and if failed, just skip the whole test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
data | ||
htpasswd | ||
test_cookie.rb | ||
test_datetime.rb | ||
test_features.rb | ||
test_marshal.rb | ||
test_parser.rb | ||
test_webrick_server.rb | ||
webrick_testing.rb |