Searched refs:ConnectionReset (Results 1 – 5 of 5) sorted by relevance
161 std::io::ErrorKind::ConnectionReset => Self::ConnectionReset, in from()192 Errno::CONNRESET => Self::ConnectionReset, in from()239 crate::sockets::util::ErrorCode::ConnectionReset => Self::ConnectionReset, in from()
48 crate::sockets::util::ErrorCode::ConnectionReset => Self::ConnectionReset, in from()
27 ConnectionReset, enumerator132 std::io::ErrorKind::ConnectionReset => Self::ConnectionReset, in from()163 Errno::CONNRESET => Self::ConnectionReset, in from()
55 std::io::ErrorKind::ConnectionReset => ErrorCode::ConnectionReset, in from()97 Errno::CONNRESET => ErrorCode::ConnectionReset, in from()
108 Err(ErrorCode::ConnectionBroken | ErrorCode::ConnectionReset) in test_tcp_send_drops_stream_when_remote_shutdown()