fix(rio): prevent h2 keepalive from aborting active streams (#6630)

fix(rio): avoid false h2 keepalive stream aborts

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
Henry Guo
2026-08-26 13:25:38 +08:00
committed by GitHub
parent 2b61990ec6
commit 5e05bd5485
3 changed files with 111 additions and 29 deletions
+2
View File
@@ -91,4 +91,6 @@ hex-simd.workspace = true
[dev-dependencies]
tokio-test = { workspace = true }
axum = { workspace = true }
hyper = { workspace = true, features = ["http2", "server"] }
hyper-util = { workspace = true, features = ["tokio"] }
http-body-util = { workspace = true }