Searched refs:http2_max_concurrent_reset_streams (Results 1 – 2 of 2) sorted by relevance
1324 pub fn http2_max_concurrent_reset_streams(&mut self, max: usize) -> &mut Self { in http2_max_concurrent_reset_streams() method1325 self.conn_builder.http2_max_concurrent_reset_streams(max); in http2_max_concurrent_reset_streams()
969 pub fn http2_max_concurrent_reset_streams(&mut self, max: usize) -> &mut Self { in http2_max_concurrent_reset_streams() method