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

View File

@@ -1,5 +1,10 @@
# 更新日志
25w48a - 2025-06-14
---
- PRE-RELEASE: 此版本是v3.5.6预发布版本,请勿在生产环境中使用;
- CHANGE: 测试302重定向逻辑
3.5.5 - 2025-06-14
---
- CHANGE: 修正新匹配器的覆盖问题, 同时增加test的覆盖

View File

@@ -1 +1 @@
25w47a
25w48a

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
}
}