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

4
rust/Cargo.lock generated
View File

@@ -1224,10 +1224,14 @@ dependencies = [
"bytes",
"clap",
"dashmap",
"h3",
"h3-quinn",
"http",
"http-body-util",
"hyper",
"hyper-util",
"mimalloc",
"quinn",
"rcgen",
"rustls",
"rustls-pemfile",