rails-reverse-proxy icon indicating copy to clipboard operation
rails-reverse-proxy copied to clipboard

client.rb needs to require net/http

Open speckins opened this issue 2 years ago • 0 comments

In lib/reverse_proxy/client.rb ReverseProxy::Client references the Net::HTTP constant but does not require 'net/http', leading to NameError (uninitialized constant ReverseProxy::Client::Net) if nothing else has loaded it by that point.

speckins avatar Jun 20 '23 19:06 speckins