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
|
def start_server
|
||||||
server_config = {
|
server_config = {
|
||||||
BindAddress: "127.0.0.1",
|
BindAddress: "localhost",
|
||||||
Port: 0,
|
Port: 0,
|
||||||
Logger: WEBrick::Log.new(NullWriter.new),
|
Logger: WEBrick::Log.new(NullWriter.new),
|
||||||
AccessLog: [],
|
AccessLog: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user