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 {