Env config
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 10s
CI / Clippy (push) Successful in 55s
CI / Build and test (push) Successful in 1m5s
CI / Build container (push) Successful in 45s
CI / Deploy on waypoint (push) Successful in 14s

This commit is contained in:
2025-11-06 20:41:42 -08:00
parent 4091d8b486
commit aa165fc2a6
9 changed files with 253 additions and 30 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};