Searched defs:max_concurrent_streams (Results 1 – 1 of 1) sorted by relevance
97 max_concurrent_streams: Option<u32>, field235 pub fn max_concurrent_streams(self, max: impl Into<Option<u32>>) -> Self { in max_concurrent_streams() method650 let max_concurrent_streams = self.max_concurrent_streams; in serve_internal() localVariable