ruby-changes:34180
From: akr <ko1@a...>
Date: Sat, 31 May 2014 00:03:41 +0900 (JST)
Subject: [ruby-changes:34180] akr:r46261 (trunk): Close FDs.
akr 2014-05-31 00:03:34 +0900 (Sat, 31 May 2014) New Revision: 46261 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?revision=46261&view=revision Log: Close FDs. Modified files: trunk/test/net/http/test_https.rb Index: test/net/http/test_https.rb =================================================================== --- test/net/http/test_https.rb (revision 46260) +++ test/net/http/test_https.rb (revision 46261) @@ -79,6 +79,7 @@ class TestNetHTTPS < Test::Unit::TestCas https://github.com/ruby/ruby/blob/trunk/test/net/http/test_https.rb#L79 socket = http.instance_variable_get(:@socket).io assert socket.session_reused? + http.finish rescue SystemCallError skip $! end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/