diff --git a/src/main.rs b/src/main.rs index 54521e9..ce1f4c3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -177,6 +177,8 @@ impl Context { let _ = write!(stream, "HTTP/1.1 200 OK\r\n\r\n"); + let _ = writeln!(stream, ""); + let title = relative_path .rsplit_once('/') .map(|(_, title)| title)