Commit 336f5108 authored by wang's avatar wang

cronet

parent 24fb2949
...@@ -78,7 +78,7 @@ func Forward(c *gin.Context) { ...@@ -78,7 +78,7 @@ func Forward(c *gin.Context) {
}) })
return return
} }
logrus.Infof("开始转发 url: %s proxy: %s", forWard.Url, forWard.Proxy) logrus.Infof("开始转发 method: %s url: %s proxy: %s", forWard.Method, forWard.Url, forWard.Proxy)
fmt.Sprintf("%v\n", forWard.Headers) fmt.Sprintf("%v\n", forWard.Headers)
t1 := time.Now() t1 := time.Now()
// 开始转发 // 开始转发
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment