[rust-server] Reland: fix TCP-layer TTFT stalls (#33026) (#33269)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Kan Wu
2026-08-02 20:52:29 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent e824b24250
commit 8186eeb939
5 changed files with 33 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ futures = { workspace = true }
pyo3 = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
socket2 = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }