Searched defs:http2_max_pending_accept_reset_streams (Results 1 – 3 of 3) sorted by relevance
95 http2_max_pending_accept_reset_streams: Option<usize>, field283 pub fn http2_max_pending_accept_reset_streams(self, max: Option<usize>) -> Self { in http2_max_pending_accept_reset_streams() method522 let http2_max_pending_accept_reset_streams = self.http2_max_pending_accept_reset_streams; in serve_with_shutdown() localVariable
408 pub fn http2_max_pending_accept_reset_streams( in http2_max_pending_accept_reset_streams() method
385 pub fn http2_max_pending_accept_reset_streams(mut self, max: impl Into<Option<usize>>) -> Self { in http2_max_pending_accept_reset_streams() method