gitlab-org--gitlab-foss/changelogs/unreleased/sh-pages-eof-error.yml
Stan Hu 4c4d1b7928 Fix EOF detection with CI artifacts metadata
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 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22479
2018-10-18 23:15:24 -07:00

5 lines
97 B
YAML

---
title: Fix EOF detection with CI artifacts metadata
merge_request: 22479
author:
type: fixed