fixes warnings and bufferbloat problems

This commit is contained in:
2026-06-25 13:36:40 +07:00
parent cab3c10c85
commit 30a843d8a6
10 changed files with 128 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub struct Logger {
static INIT: Once = Once::new();
static LOGGER: OnceLock<Logger> = OnceLock::new();
// Слой для маскировки PII (Privacy by Design)
#[allow(dead_code)]
struct PiiRedactorLayer {
ip_regex: Regex,
}