浏览代码

auto update script executed

Toby Chui 2 年之前
父节点
当前提交
f237dac426
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mod/dynamicproxy/dynamicproxy.go
  2. 二进制
      sys.db

+ 2 - 0
mod/dynamicproxy/dynamicproxy.go

@@ -209,6 +209,8 @@ func (h *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 		}
 	}
 
+	fmt.Println(r.RequestURI)
+
 	targetProxyEndpoint := h.Parent.getTargetProxyEndpointFromRequestURI(r.RequestURI)
 	if targetProxyEndpoint != nil {
 		h.proxyRequest(w, r, targetProxyEndpoint)

二进制
sys.db