spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows

This commit is contained in:
MSP-Greg 2021-04-28 12:26:01 -05:00 committed by Nobuyoshi Nakada
parent 5a42ef496a
commit 7a3dd05e21
Notes: git 2021-05-04 08:54:20 +09:00

View File

@ -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: [],