This commit is contained in:
rustdesk 2023-02-20 10:45:34 +08:00
parent 77021a7328
commit d18fc32f63

View File

@ -2213,8 +2213,7 @@ pub fn check_if_retry(msgtype: &str, title: &str, text: &str, retry_for_relay: b
&& !text.to_lowercase().contains("mismatch")
&& !text.to_lowercase().contains("manually")
&& !text.to_lowercase().contains("not allowed")
&& !text.to_lowercase().contains("as expected")
&& !text.to_lowercase().contains("reset by the peer")))
&& !text.to_lowercase().contains("as expected")))
}
#[inline]