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:
parent
cacd8681d1
commit
40536b13da
7 changed files with 64 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ gzip_compression = [
|
|||
hardened_malloc = [
|
||||
"conduwuit-core/hardened_malloc",
|
||||
]
|
||||
http3 = [
|
||||
"conduwuit-api/http3",
|
||||
"conduwuit-core/http3",
|
||||
"conduwuit-service/http3",
|
||||
]
|
||||
io_uring = [
|
||||
"conduwuit-database/io_uring",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue