mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-06-07 06:29:56 -07:00
reomved unnecessary newline
This commit is contained in:
@ -101,7 +101,6 @@ impl Server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let Some(content) = response.content {
|
if let Some(content) = response.content {
|
||||||
client.write(b"\r\n").unwrap();
|
|
||||||
client.write_all(&content).unwrap();
|
client.write_all(&content).unwrap();
|
||||||
} else {
|
} else {
|
||||||
client.write(b"\r\n").unwrap();
|
client.write(b"\r\n").unwrap();
|
||||||
|
Reference in New Issue
Block a user