[前][次][番号順一覧][スレッド一覧]

ruby-changes:24826

From: naruse <ko1@a...>
Date: Sun, 2 Sep 2012 05:46:38 +0900 (JST)
Subject: [ruby-changes:24826] naruse:r36877 (trunk): Use 0 as port like #6766 [Bug #6959]

naruse	2012-09-02 05:46:27 +0900 (Sun, 02 Sep 2012)

  New Revision: 36877

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36877

  Log:
    Use 0 as port like #6766 [Bug #6959]

  Modified files:
    trunk/test/net/http/test_https.rb

Index: test/net/http/test_https.rb
===================================================================
--- test/net/http/test_https.rb	(revision 36876)
+++ test/net/http/test_https.rb	(revision 36877)
@@ -24,7 +24,7 @@
 
   CONFIG = {
     'host' => '127.0.0.1',
-    'port' => 10082, # different from test_http.rb
+    'port' => 0,
     'proxy_host' => nil,
     'proxy_port' => nil,
     'ssl_enable' => true,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]