diff --git a/src/main.rs b/src/main.rs index 51396b8..83235eb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -152,7 +152,12 @@ fn titan( stream: &mut TlsStream, ) { use titanite::*; - println!("[{}] [info] [{peer}] Request: {}", now(), titan.url); + println!( + "[{}] [info] [{peer}] Request: {} ({} bytes)", + now(), + titan.url, + titan.size + ); // require content type for application, // even MIME value is optional by Titan specification let mime = match titan.mime {