refactor: connection handling timeout

This commit is contained in:
Jun Kurihara 2024-02-15 21:50:22 +09:00
commit 8c0bbf17e2
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
6 changed files with 34 additions and 33 deletions

View file

@ -13,5 +13,5 @@ publish = false
bytes = { version = "1", default-features = false }
futures = { version = "0.3", default-features = false }
h3 = { path = "../h3/h3/" }
s2n-quic = "1.32.0"
s2n-quic-core = "0.32.0"
s2n-quic = "1.33.0"
s2n-quic-core = "0.33.0"