This commit is contained in:
wjqserver
2025-06-14 23:06:11 +08:00
parent e0cbfed1e7
commit 0008366e07
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@ func ChunkedProxyRequest(ctx context.Context, c *app.RequestContext, u string, c
c.Request.Header.Del("Referer")
logInfo("Internal Redirecting to %s", finalURL)
ChunkedProxyRequest(ctx, c, finalURL, cfg, matcher)
return
}
}