[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
@@ -21,6 +21,7 @@ futures = "0.3"
pyo3 = { version = "0.29.0", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
socket2 = "0.6"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net"] }