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-21 08:14:07 +08:00
2026-04-13 16:15:31 +08:00
2026-04-22 08:08:37 +08:00
2026-04-21 18:23:20 +08:00
2026-04-20 18:09:06 +08:00
2026-04-21 08:12:33 +08:00
2026-04-21 08:12:33 +08:00
2026-04-20 18:09:06 +08:00
2026-04-21 11:40:50 +08:00
2026-04-20 11:23:04 +08:00
2026-04-20 16:03:41 +08:00
2026-04-20 18:09:06 +08:00
2026-04-21 08:12:34 +08:00
2026-04-21 08:12:34 +08:00
2026-04-20 10:59:53 +08:00
2026-04-22 08:08:44 +08:00
2026-04-20 10:59:53 +08:00
2026-04-21 11:28:32 +08:00
2026-04-20 10:59:53 +08:00
2026-04-21 08:12:34 +08:00
2026-04-20 10:59:53 +08:00
2026-04-20 10:59:53 +08:00
2026-04-21 08:12:34 +08:00
2026-04-20 11:23:04 +08:00
2026-04-21 08:12:34 +08:00
2026-04-13 13:15:39 +08:00