fix-2058 remove trailing flush

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

View File

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