fix-2058 remove trailing flush

This commit is contained in:
Ahmed Radwan 2023-01-01 18:27:43 +02:00
parent 1fcda61606
commit 45797e422a
No known key found for this signature in database
GPG Key ID: 431662FE67FC6BB1
1 changed files with 0 additions and 1 deletions

View File

@ -49,5 +49,4 @@ fn handle_connection(mut stream: TcpStream) {
);
stream.write_all(response.as_bytes()).unwrap();
stream.flush().unwrap();
}