xfy
4697f39924
refactor(proxy): 消除缓存处理中的 goto 语句
重构 ServeHTTP 中的缓存逻辑,用嵌套 if 结构替代 goto proxyRequest,
使控制流更清晰。主要变更:
- 缓存命中逻辑内聚到 rule != nil 分支
- 缓存锁等待后重新检查缓存命中
- 移除 proxyRequest 标签
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 08:08:44 +08:00
..
2026-04-03 14:07:42 +08:00
2026-04-20 11:23:03 +08:00
2026-04-10 09:40:37 +08:00
2026-04-21 11:41:16 +08:00
2026-04-21 11:28:59 +08:00
2026-04-20 08:27:25 +08:00
2026-04-16 18:12:38 +08:00
2026-04-10 15:29:21 +08:00
2026-04-16 09:54:09 +08:00
2026-04-20 11:23:03 +08:00
2026-04-21 11:28:59 +08:00
2026-04-22 08:08:44 +08:00
2026-04-16 09:54:09 +08:00
2026-04-20 11:23:03 +08:00
2026-04-20 10:59:35 +08:00
2026-04-13 16:50:14 +08:00
2026-04-13 16:40:50 +08:00
2026-04-16 13:50:15 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:15:31 +08:00