You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lib/reverse_proxy/client.rbReverseProxy::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.
The text was updated successfully, but these errors were encountered:
In
lib/reverse_proxy/client.rb
ReverseProxy::Client
references theNet::HTTP
constant but does notrequire 'net/http'
, leading toNameError (uninitialized constant ReverseProxy::Client::Net)
if nothing else has loaded it by that point.The text was updated successfully, but these errors were encountered: