Fix: http/3 alpn bugs

This commit is contained in:
DaZuo0122
2026-01-18 23:05:41 +08:00
parent 9bcb7549f3
commit 7054ff77a7
4 changed files with 82 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ This document tracks current implementation status against the original design i
- DNS watch uses `pnet` and is feature-gated as best-effort.
## Gaps vs design (as of now)
- HTTP/3 is feature-gated and incomplete; not enabled in default builds.
- HTTP/3 is feature-gated and best-effort; not enabled in default builds.
- TLS verification is rustls-based (no OS-native verifier).
- DNS leak DoH detection is heuristic and currently optional.