Searched refs:exit_with_error (Results 1 – 1 of 1) sorted by relevance
543 let blocked = self.exit_with_error(cx, other); in manage_resp_error()631 self.exit_with_error(cx, DispatchErrorKind::H2(H2Error::ConnectionError(code))); in manage_conn_error()713 if self.exit_with_error(cx, DispatchErrorKind::ChannelClosed) { in poll_channel_closed_exit()734 pub(crate) fn exit_with_error( in exit_with_error() method