aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick')
-rw-r--r--lib/webrick/httpproxy.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/webrick/httpproxy.rb b/lib/webrick/httpproxy.rb
index 77a2ea7108..cbba2d80f7 100644
--- a/lib/webrick/httpproxy.rb
+++ b/lib/webrick/httpproxy.rb
@@ -12,8 +12,6 @@
require "webrick/httpserver"
require "net/http"
-Net::HTTP::version_1_2 if RUBY_VERSION < "1.7"
-
module WEBrick
NullReader = Object.new # :nodoc: