core0-buffer
Sebastien Bourdeauducq 2020-05-02 11:50:29 +08:00
parent bca2b3fe50
commit b7695d9313
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ async fn handle_connection(stream: &TcpStream, control: Rc<RefCell<kernel::Contr
Ok(false) =>
return Err(Error::UnexpectedPattern),
// Peer has closed the connection.
// Closing here is a normal condition so do not reported an error.
// Closing here is a normal condition so do not report an error.
// An error is still reported if the connection is unexpectedly closed elsewhere.
Err(smoltcp::Error::Illegal) =>
return Ok(()),