This commit is contained in:
M66B
2022-01-12 17:01:59 +01:00
parent dc326bec68
commit 18acd78c68
2 changed files with 2 additions and 1 deletions

View File

@@ -2094,6 +2094,7 @@ public class MessageHelper {
header = header.substring(0, semi);
if (header.contains("using TLS") ||
header.contains("via HTTP") ||
header.contains("version=TLS")) {
Log.i("--- found TLS");
return true;