8000 spec/ruby/library/net/http/http/fixtures/http_server.rb host naming f… · github/ruby@7a3dd05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3dd05

Browse files
MSP-Gregnobu
authored andcommitted
spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows
1 parent 5a42ef4 commit 7a3dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/library/net/http/http/fixtures/http_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def port
6464

6565
def start_server
6666
server_config = {
67-
BindAddress: "127.0.0.1",
67+
BindAddress: "localhost",
6868
Port: 0,
6969
Logger: WEBrick::Log.new(NullWriter.new),
7070
AccessLog: [],

0 commit comments

Comments
 (0)
0