Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs355 self.controller.streams.apply_max_concurrent_streams(*num); in recv_settings_frame()
H A Dstreams.rs214 pub(crate) fn apply_max_concurrent_streams(&mut self, num: u32) { in apply_max_concurrent_streams() method