diff --git a/public/index.html b/public/index.html
index 94a7940..a7f1b58 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,17 @@
Hello World!
+
diff --git a/src/main.rs b/src/main.rs
index a1e8250..0eca6ad 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -33,7 +33,6 @@ async fn handle_connection(stream: TcpStream) -> tokio::io::Result<()> {
Ok(())
}
-
async fn handle_http_connection(
mut stream: TcpStream,
) -> tokio::io::Result