Skip to content

Fix EOF detection with CI artifacts metadata

Stan Hu requested to merge sh-pages-eof-error into master

There are some corner cases where a perfectly correct GZIP stream may not hit the EOF until another read is attempted. We now skip the entry if we don't see any valid data, which allows the EOF check to work properly.

Closes #36954 (closed)

Edited by Stan Hu

Merge request reports