zed/crates/reqwest_client
Conrad Irwin 865318723e
reqwest_client: Allow configuring a per-read idle timeout (#61753)
Long-lived streaming responses (LLM completions) can stall when the
socket goes silent but the connection is never closed, leaving a read
that never returns to hang the request indefinitely. Add an opt-in
read_timeout parameter.

Release Notes:

- N/A
2026-07-28 03:16:10 +00:00
..
src reqwest_client: Allow configuring a per-read idle timeout (#61753) 2026-07-28 03:16:10 +00:00
Cargo.toml Remove unreferenced dev dependencies (#51093) 2026-03-09 13:22:12 +01:00
LICENSE-APACHE Fix license symlinks (#29758) 2025-05-01 19:24:14 +00:00