fix(http-proxy): avoid repeated HTTP/3 recaching after QUIC fallback and document backend protocol selection

This commit is contained in:
2026-03-19 20:57:48 +00:00
parent 15d0a721d5
commit 37c7233780
4 changed files with 81 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-19 - 25.16.1 - fix(http-proxy)
avoid repeated HTTP/3 recaching after QUIC fallback and document backend protocol selection
- Suppress Alt-Svc HTTP/3 recaching after a failed QUIC backend connection to prevent repeated H3 timeout fallback loops
- Force an ALPN probe on TCP fallback so auto detection correctly reselects HTTP/2 or HTTP/1.1 after H3 connection failure
- Add README documentation for best-effort backendProtocol selection and supported protocol modes
## 2026-03-19 - 25.16.0 - feat(quic,http3)
add HTTP/3 proxy handling and hot-reload QUIC TLS configuration