ruby-changes:39853
From: hsbt <ko1@a...>
Date: Fri, 25 Sep 2015 10:07:45 +0900 (JST)
Subject: [ruby-changes:39853] hsbt:r51934 (trunk): * lib/net/http.rb: removed unused variable. It's removed at r13648.
hsbt 2015-09-25 10:07:30 +0900 (Fri, 25 Sep 2015) New Revision: 51934 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51934 Log: * lib/net/http.rb: removed unused variable. It's removed at r13648. [fix GH-1022] Patch by @nkondratyev Modified files: trunk/ChangeLog trunk/lib/net/http.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 51933) +++ ChangeLog (revision 51934) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Sep 25 10:07:25 2015 SHIBATA Hiroshi <hsbt@r...> + + * lib/net/http.rb: removed unused variable. It's removed at r13648. + [fix GH-1022] Patch by @nkondratyev + Fri Sep 25 09:48:27 2015 SHIBATA Hiroshi <hsbt@r...> * gems/bundled_gems: upgrade to minitest-5.8.1 Index: lib/net/http.rb =================================================================== --- lib/net/http.rb (revision 51933) +++ lib/net/http.rb (revision 51934) @@ -656,7 +656,6 @@ module Net #:nodoc: https://github.com/ruby/ruby/blob/trunk/lib/net/http.rb#L656 @use_ssl = false @ssl_context = nil @ssl_session = nil - @enable_post_connection_check = true @sspi_enabled = false SSL_IVNAMES.each do |ivname| instance_variable_set ivname, nil @@ -1579,4 +1578,3 @@ require 'net/http/responses' https://github.com/ruby/ruby/blob/trunk/lib/net/http.rb#L1578 require 'net/http/proxy_delta' require 'net/http/backward' - -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/