Searched refs:http2_keep_alive_while_idle (Results 1 – 4 of 4) sorted by relevance
34 pub(crate) http2_keep_alive_while_idle: Option<bool>, field280 http2_keep_alive_while_idle: Some(enabled), in keep_alive_while_idle()434 http2_keep_alive_while_idle: None, in from()
51 if let Some(val) = endpoint.http2_keep_alive_while_idle { in new()52 settings.http2_keep_alive_while_idle(val); in new()
1309 pub fn http2_keep_alive_while_idle(&mut self, enabled: bool) -> &mut Self { in http2_keep_alive_while_idle() method1310 self.conn_builder.http2_keep_alive_while_idle(enabled); in http2_keep_alive_while_idle()
954 pub fn http2_keep_alive_while_idle(&mut self, enabled: bool) -> &mut Self { in http2_keep_alive_while_idle() method