Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 143341
Collapse All | Expand All

(-)ruby-1.8.5-p2/test/xmlrpc/test_webrick_server.rb.old (+1 lines)
Lines 34-39 Link Here
34
34
35
  def setup_http_server(port, use_ssl)
35
  def setup_http_server(port, use_ssl)
36
    option = {
36
    option = {
37
      :BindAddress => 'localhost',
37
      :Port => port, 
38
      :Port => port, 
38
      :SSLEnable => use_ssl,
39
      :SSLEnable => use_ssl,
39
    }
40
    }

Return to bug 143341