summaryrefslogtreecommitdiff
path: root/lib/chef/http/http_request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/http_request.rb')
-rw-r--r--lib/chef/http/http_request.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/http_request.rb b/lib/chef/http/http_request.rb
index e6952aed9e..a188fe947e 100644
--- a/lib/chef/http/http_request.rb
+++ b/lib/chef/http/http_request.rb
@@ -23,7 +23,7 @@
autoload :URI, "uri"
autoload :CGI, "cgi"
module Net
- autoload :HTTP, File.expand_path("../monkey_patches/net_http", __dir__)
+ autoload :HTTP, "net/http"
end
require "chef-utils/dist" unless defined?(ChefUtils::Dist)