From 92355d51a1045eaf6d1fec3a0995bc0552699a99 Mon Sep 17 00:00:00 2001 From: Anso Date: Tue, 26 May 2026 16:20:22 -0400 Subject: [PATCH] fix(stack-files): avoid false failed download metrics (#1236) * chore(stack-files): split accidental code change from docs PR Revert the stack file download metric changes that landed inside the docs introduction squash merge. They can now be reopened as a standalone fix PR with release-please-visible metadata. * fix(stack-files): avoid false failed download metrics Treat a stream close after all bytes were read as a successful stack file download. This restores the code fix from PR #1234 as its own release-visible commit.