From 44d20ca658b38ccd9ebc9056b2fe8311ddd299de Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 6 Jun 2026 23:50:06 +0300 Subject: [PATCH] .. --- src/core/libraries/network/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libraries/network/http.cpp b/src/core/libraries/network/http.cpp index 10224e246..70ee6b5f3 100644 --- a/src/core/libraries/network/http.cpp +++ b/src/core/libraries/network/http.cpp @@ -299,7 +299,7 @@ std::unordered_map ParseHostOverridesJson( return out; } for (auto it = root.begin(); it != root.end(); ++it) { - .if (!it.key().empty() && it.key().front() == '_') { + if (!it.key().empty() && it.key().front() == '_') { continue; } if (!it.value().is_string()) {