Advertisement
Guest User

Untitled

a guest
May 27th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. diff --git a/1.8/library/net/http/http/fixtures/http_server.rb b/1.8/library/net/http/http/fixtures/http_server.rb
  2. index 6173972..0647c69 100644
  3. --- a/1.8/library/net/http/http/fixtures/http_server.rb
  4. +++ b/1.8/library/net/http/http/fixtures/http_server.rb
  5. @@ -51,7 +51,7 @@ module NetHTTPSpecs
  6. class << self
  7. def start_server
  8. server_config = {
  9. - :BindAddress => "0.0.0.0",
  10. + :BindAddress => "127.0.0.1",
  11. :Port => 3333,
  12. :Logger => WEBrick::Log.new(NullWriter.new),
  13. :AccessLog => [],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement