mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove another call to Net::HTTP.version_1_2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
46e293ec0d
commit
85e866978f
1 changed files with 0 additions and 1 deletions
|
@ -522,7 +522,6 @@ module XMLRPC
|
|||
|
||||
if async
|
||||
# use a new HTTP object for each call
|
||||
Net::HTTP.version_1_2
|
||||
http = Net::HTTP.new(@host, @port, @proxy_host, @proxy_port)
|
||||
http.use_ssl = @use_ssl if @use_ssl
|
||||
http.read_timeout = @timeout
|
||||
|
|
Loading…
Add table
Reference in a new issue