fix(rustproxy-http): correct HTTP/3 host extraction and avoid protocol filtering during UDP route lookup

This commit is contained in:
2026-03-20 08:30:09 +00:00
parent 606c620849
commit da1cc58a3d
3 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-20 - 25.17.9 - fix(rustproxy-http)
correct HTTP/3 host extraction and avoid protocol filtering during UDP route lookup
- Use the URI host or strip the port from the Host header so HTTP/3 requests match routes consistently with TCP/HTTP handling.
- Remove protocol filtering from HTTP/3 route lookup because QUIC transport already constrains routing to UDP and protocol validation happens earlier.
## 2026-03-20 - 25.17.8 - fix(rustproxy)
use SNI-based certificate resolution for QUIC TLS connections