From e458b1702a8a1152b47eac7ea94254076bfaf9fd Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 23 Feb 2025 04:00:46 +0200 Subject: [PATCH] dump event --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 23b3243..51396b8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -152,6 +152,7 @@ fn titan( stream: &mut TlsStream, ) { use titanite::*; + println!("[{}] [info] [{peer}] Request: {}", now(), titan.url); // require content type for application, // even MIME value is optional by Titan specification let mime = match titan.mime {