break added

pull/14/head
prplV 2024-12-12 17:55:41 +03:00
parent b51a3fb0f0
commit 77a1e24a47
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub async fn try_send(stream: Result<TcpStream>, params: Cli) -> Result<()> {
// let msg = r"HTTP/1.1 POST\r\nContent-Length: 14\r\nContent-Type: text/plain\r\n\r\nHello, World!@";
stream.write_all(msg.as_bytes()).await?;
// ...
break;
}
Ok(())
}