Searched refs:ChannelClosed (Results 1 – 5 of 5) sorted by relevance
181 return Err(DispatchErrorKind::ChannelClosed); in poll_recv_request()200 return Err(DispatchErrorKind::ChannelClosed); in poll_recv_request()287 .map_err(|_e| DispatchErrorKind::ChannelClosed) in poll_send_frame()374 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in recv_settings_frame()394 .map_err(|_e| DispatchErrorKind::ChannelClosed) in recv_ping_frame()571 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in manage_stream_error()628 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in manage_conn_error()675 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in send_peer_goaway()686 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in send_peer_goaway()713 if self.exit_with_error(cx, DispatchErrorKind::ChannelClosed) { in poll_channel_closed_exit()[all …]
112 return Poll::Ready(Err(DispatchErrorKind::ChannelClosed)) in poll_read_frame()146 return Poll::Ready(Err(DispatchErrorKind::ChannelClosed)); in poll_blocked_task()222 Poll::Ready(Err(_)) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in transmit_message()
193 Poll::Ready(None) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in poll_recv_frame()199 Poll::Ready(Err(_e)) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in poll_recv_frame()
379 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in window_update_conn()399 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in window_update_streams()
204 ChannelClosed, enumerator653 DispatchErrorKind::ChannelClosed => { in dispatch_client_error()