Changed tab to space in header
This commit is contained in:
@@ -27,7 +27,7 @@ impl Connection {
|
|||||||
Some(m) => m,
|
Some(m) => m,
|
||||||
None => &stat.to_str(),
|
None => &stat.to_str(),
|
||||||
};
|
};
|
||||||
self.send_raw(format!("{}\t{}\r\n", stat as u8, meta).as_bytes())
|
self.send_raw(format!("{} {}\r\n", stat as u8, meta).as_bytes())
|
||||||
.await?;
|
.await?;
|
||||||
if let Some(b) = body {
|
if let Some(b) = body {
|
||||||
self.send_raw(b.as_bytes()).await?;
|
self.send_raw(b.as_bytes()).await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user