asonix/use-bytes-stream #52

Merged
asonix merged 12 commits from asonix/use-bytes-stream into main 2024-02-23 01:36:10 +00:00
Showing only changes of commit 59b03d548d - Show all commits

View file

@ -50,7 +50,7 @@ impl BytesStream {
}
pub(crate) fn is_empty(&self) -> bool {
self.total_len > 0
self.total_len == 0
}
pub(crate) fn into_reader(self) -> BytesReader {