Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs297 self.recv_settings_frame(frame)?; in poll_recv_frame()
329 fn recv_settings_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in recv_settings_frame() method