Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs50 pub(crate) fn increase_send_size(&mut self, size: u32) -> Result<(), H2Error> { in increase_send_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs340 self.flow_control.increase_send_size(size) in increase_conn_send_window()