mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-06-06 05:49:58 -07:00
reomved unnecessary newline
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user