mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-28 00:58:59 +00:00
fix test
This commit is contained in:
@@ -152,9 +152,9 @@ where
|
||||
|
||||
self.inner.write_all(&self.buf).await?;
|
||||
|
||||
self.inner.flush().await?;
|
||||
// self.inner.flush().await?;
|
||||
|
||||
let n = self.buf.len();
|
||||
let n = buf.len();
|
||||
|
||||
self.buf.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user