From 85e866978fb54cddf2692a9d3e439c709956eb62 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 3 Mar 2012 01:12:24 +0000 Subject: 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 --- lib/xmlrpc/client.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/xmlrpc/client.rb') diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb index d4123211d8..21ebb2e604 100644 --- a/lib/xmlrpc/client.rb +++ b/lib/xmlrpc/client.rb @@ -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 -- cgit v1.2.3