Home
last modified time | relevance | path

Searched refs:request_timeout (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/
H A Dhandler.rs166 fn request_timeout(&self) -> Duration; in request_timeout() method
308 let request_timeout = handler.state.request_timeout(); in run_() localVariable
338 let start_time = Instant::now().checked_add(request_timeout); in run_()
343 futures.push(tokio::time::timeout(request_timeout, async move { in run_()
497 .and_then(|v| v.checked_add(request_timeout.saturating_mul(2))) in run_()
/wasmtime-44.0.1/src/commands/
H A Dserve.rs780 fn request_timeout(&self) -> Duration { in request_timeout() method