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.