Home
last modified time | relevance | path

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

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