Skip to main content

STREAM_IDLE_TIMEOUT

Constant STREAM_IDLE_TIMEOUT 

Source
pub const STREAM_IDLE_TIMEOUT: Duration;
Expand description

How long a streaming response body may go without producing a chunk before it counts as stalled. Applied per chunk by the caller, unlike ClientBuilder::read_timeout; see REQWEST_STREAMING_CLIENT.