opt connection close

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-28 12:02:14 +08:00
parent 435e774964
commit d0d926bfb0
34 changed files with 124 additions and 50 deletions

View File

@@ -2083,6 +2083,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")))
}