Files
xet-core/xorb_object
Hoyt Koepke 70807bf012 Fix for incorrect error propagation on truncated download stream. (#683)
Currently, the async stream logic silently swallows an UnexpectedEOF,
treating it the same as an EOF. This is a bug; this PR fixes it to
propagate UnexpectedEOF while handling correct EOF as the end of the
stream.
2026-03-04 17:00:08 -08:00
..