reomved unnecessary newline

This commit is contained in:
2025-01-26 22:13:34 -08:00
parent 7573478287
commit 7e7a9a9a9a

View File

@ -101,7 +101,6 @@ impl Server {
}
if let Some(content) = response.content {
client.write(b"\r\n").unwrap();
client.write_all(&content).unwrap();
} else {
client.write(b"\r\n").unwrap();