This commit is contained in:
Alexey
2026-07-19 18:41:23 +03:00
parent 5b5cd952c8
commit a5216d77fb
3 changed files with 6 additions and 11 deletions
+1 -5
View File
@@ -196,11 +196,7 @@ impl TlsFrontCache {
domains
.iter()
.filter(|domain| {
guard
.get(domain.as_str())
.unwrap_or(&self.default)
.domain
== "default"
guard.get(domain.as_str()).unwrap_or(&self.default).domain == "default"
})
.cloned()
.collect()