We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8356db9 commit fa918fdCopy full SHA for fa918fd
lib/oauth/consumer.rb
@@ -321,7 +321,7 @@ def create_http(_url = nil)
321
322
http_object.read_timeout = http_object.open_timeout = @options[:timeout] || 30
323
http_object.open_timeout = @options[:open_timeout] if @options[:open_timeout]
324
-
+ http_object.ssl_version = @options[:ssl_version] if @options[:ssl_version]
325
http_object
326
end
327
0 commit comments