mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
lint
This commit is contained in:
parent
af3328f333
commit
770b697c95
@ -38,6 +38,6 @@ func NewProxyHandler(proxy *httputil.ReverseProxy) *proxyHandler {
|
||||
}
|
||||
|
||||
func (self *proxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
logrus.Infof("proxying from: %v", r.RequestURI)
|
||||
logrus.Infof("%v->%v", r.Host, r.URL)
|
||||
self.proxy.ServeHTTP(w, r)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user