Home
last modified time | relevance | path

Searched refs:set_max_frame_size (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs89 pub(crate) fn set_max_frame_size(&mut self, size: u32) { in set_max_frame_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs249 self.decoder.set_max_frame_size(*size)?; in update_decoder_settings()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs320 pub fn set_max_frame_size(&mut self, size: u32) -> Result<(), H2Error> { in set_max_frame_size() method
1084 … decoder.set_max_frame_size($max_frame_size).expect("Illegal size of SETTINGS_MAX_FRAME_SIZE !");
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs580 self.http.http2_config.set_max_frame_size(size); in set_http2_max_frame_size()