hmmm
This commit is contained in:
@@ -77,4 +77,8 @@ fn handle_connection(mut stream: TcpStream, bytes: &[u8])
|
|||||||
{
|
{
|
||||||
eprintln!("Failed to send response: {}", e);
|
eprintln!("Failed to send response: {}", e);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
println!("Sent response: {:?}", bytes);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user