[sgl-router] Bound streaming lifetimes and release guards on idle disconnect (#40391)

Co-authored-by: Shangming Cai <csmthu@gmail.com>
This commit is contained in:
Kan Wu
2026-09-21 10:07:07 -07:00
committed by GitHub
co-authored by Shangming Cai
parent 800613a74b
commit 008470abd8
11 changed files with 571 additions and 164 deletions
@@ -168,6 +168,7 @@ async fn h2c_client_streams_sse_from_http2_only_worker() {
flag.store(true, std::sync::atomic::Ordering::SeqCst);
})),
None,
None,
)
.await
.expect("h2c client must stream from an HTTP/2-only worker");