This commit is contained in:
2025-11-29 12:02:14 +00:00
parent 0cfad78526
commit a26fe3d986

View File

@@ -77,4 +77,8 @@ fn handle_connection(mut stream: TcpStream, bytes: &[u8])
{
eprintln!("Failed to send response: {}", e);
}
else
{
println!("Sent response: {:?}", bytes);
}
}