Cover some more cases

This commit is contained in:
Dominik Werder
2021-09-01 16:20:30 +02:00
parent 370b33c6a5
commit 09b671b8f0
3 changed files with 60 additions and 18 deletions

View File

@@ -319,7 +319,7 @@ pub fn file_content_stream(
let n1 = file.read_buf(&mut buf).await?;
let ts2 = Instant::now();
if n1 == 0 {
info!("file EOF");
trace!("file EOF");
break;
}
else {