fix(rustproxy-http): include the upstream request URL when caching H3 Alt-Svc discoveries

This commit is contained in:
2026-03-23 11:11:55 +00:00
parent d026d7c266
commit c83c43194b
3 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-23 - 26.2.1 - fix(rustproxy-http)
include the upstream request URL when caching H3 Alt-Svc discoveries
- Tracks the request path that triggered Alt-Svc discovery in connection activity state
- Adds request URL context to Alt-Svc debug logging and protocol cache insertion reasons for better traceability
## 2026-03-23 - 26.2.0 - feat(protocol-cache)
add sliding TTL re-probing and eviction for backend protocol detection