Commit b193c9bd authored by wang's avatar wang

更改

parent afeaf8eb
...@@ -79,7 +79,7 @@ func Forward(c *gin.Context) { ...@@ -79,7 +79,7 @@ func Forward(c *gin.Context) {
return return
} }
logrus.Infof("开始转发 url: %s proxy: %s", forWard.Url, forWard.Proxy) logrus.Infof("开始转发 url: %s proxy: %s", forWard.Url, forWard.Proxy)
fmt.Sprintf("%v\n", forWard.Headers)
t1 := time.Now() t1 := time.Now()
// 开始转发 // 开始转发
client, err := NewClient(forWard, false) client, err := NewClient(forWard, false)
......
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