summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSP-Greg <Greg.mpls@gmail.com>2021-04-28 12:26:01 -0500
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-04 08:53:58 +0900
commit7a3dd05e21078ccc62c70a5047fcf6c128754fc7 (patch)
treef6f0a3c727a338730c4e147aeae0c4b9ccd70882
parent5a42ef496a473da6a380539d3d944880c2410bc3 (diff)
spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4424
-rw-r--r--spec/ruby/library/net/http/http/fixtures/http_server.rb2
1 files changed, 1 insertions, 1 deletions
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: [],