From 7a3dd05e21078ccc62c70a5047fcf6c128754fc7 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Wed, 28 Apr 2021 12:26:01 -0500 Subject: [PATCH] spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows --- spec/ruby/library/net/http/http/fixtures/http_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ruby/library/net/http/http/fixtures/http_server.rb b/spec/ruby/library/net/http/http/fixtures/http_server.rb index aeb0babda1..a84e0d47d0 100644 --- a/spec/ruby/library/net/http/http/fixtures/http_server.rb +++ b/spec/ruby/library/net/http/http/fixtures/http_server.rb @@ -64,7 +64,7 @@ module NetHTTPSpecs def start_server server_config = { - BindAddress: "127.0.0.1", + BindAddress: "localhost", Port: 0, Logger: WEBrick::Log.new(NullWriter.new), AccessLog: [],