Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/channel/
H A Dendpoint.rs34 pub(crate) http2_keep_alive_timeout: Option<Duration>, field
279 http2_keep_alive_timeout: Some(duration), in keep_alive_timeout()
461 http2_keep_alive_timeout: None, in from()
/tonic/tonic/src/transport/channel/service/
H A Dconnection.rs42 if let Some(val) = endpoint.http2_keep_alive_timeout { in new()