Env config
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 6s
CI / Clippy (push) Successful in 51s
CI / Build and test (push) Successful in 1m7s
CI / Build container (push) Successful in 45s
CI / Deploy on waypoint (push) Successful in 42s

This commit is contained in:
2025-11-06 20:45:44 -08:00
parent 4091d8b486
commit 4d8093c4a3
10 changed files with 272 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ use maud::Markup;
use parking_lot::Mutex;
use std::{collections::HashMap, num::NonZero, pin::Pin, sync::Arc, time::Instant};
use tower_http::compression::{CompressionLayer, DefaultPredicate};
use tracing::{trace, warn};
use tracing::trace;
use crate::{ClientInfo, RequestContext, page::Page};