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

@@ -98,7 +98,8 @@ cmake --build build --target install
```
## HTTP/3 (experimental)
HTTP/3 support is feature-gated and incomplete. Do not enable it in production builds yet.
HTTP/3 support is feature-gated and best-effort. Enable it only when you want to test QUIC
connectivity.
To enable locally for testing:
```bash