feat: Add experimental http3 support

Only enabled in Docker builds for now, due to build config required. Not
sure if more work is needed for 0RTT.
This commit is contained in:
Jade Ellis
2026-02-11 18:21:19 +00:00
parent cacd8681d1
commit 40536b13da
7 changed files with 64 additions and 0 deletions
+4
View File
@@ -28,6 +28,10 @@ gzip_compression = [
"conduwuit-service/gzip_compression",
"reqwest/gzip",
]
http3 = [
"conduwuit-core/http3",
"conduwuit-service/http3",
]
io_uring = [
"conduwuit-service/io_uring",
]