spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows
This commit is contained in:
parent
5a42ef496a
commit
7a3dd05e21
Notes:
git
2021-05-04 08:54:20 +09:00
@ -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: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user