fix(rustproxy): add HTTP/3 integration test for QUIC response stream FIN handling

This commit is contained in:
2026-03-20 07:43:32 +00:00
parent c63f6fcd5f
commit 8e0804cd20
5 changed files with 213 additions and 1 deletions

View File

@@ -44,3 +44,9 @@ mimalloc = { workspace = true }
[dev-dependencies]
rcgen = { workspace = true }
quinn = { workspace = true }
h3 = { workspace = true }
h3-quinn = { workspace = true }
bytes = { workspace = true }
rustls = { workspace = true }
http = "1"