Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs153 self.poll_deal_with_go_away(code)?; in manage_pending_state()
645 fn poll_deal_with_go_away(&mut self, error_code: u32) -> Result<(), DispatchErrorKind> { in poll_deal_with_go_away() method