This commit is contained in:
2026-01-16 10:12:45 +00:00
parent 32b0b62fef
commit 23a5d5596e
3 changed files with 22 additions and 4 deletions

View File

@@ -72,9 +72,6 @@ async fn listen(
listener: Async<TcpListener>,
state: Arc<AppState<'static>>,
) -> Result<()> {
// Format the full host address.
// println!("Listening on {}", host);
loop {
// Wait for a new client.
let (client, _) = listener.accept().await?;