mirror of
https://github.com/minio/minio.git
synced 2026-06-04 10:13:48 +08:00
02a67cbd2a
On buffered streams the final entries could be missing, if a lot are delivered when stream ends. Fixes end-of-stream cancelling return of final entries by canceling with the StreamEOF error.