зеркало из https://github.com/github/ruby.git
* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to supress syntax warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
3c1fca24e2
Коммит
08795f9ceb
|
@ -486,6 +486,11 @@ module Net #:nodoc:
|
|||
@enable_post_connection_check = true
|
||||
@compression = nil
|
||||
@sspi_enabled = false
|
||||
if defined?(SSL_ATTRIBUTES)
|
||||
SSL_ATTRIBUTES.each do |name|
|
||||
instance_variable_set "@#{name}", nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def inspect
|
||||
|
|
Загрузка…
Ссылка в новой задаче