Add explanatory comment for EntryStartPosition initialization

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-27 11:09:52 +00:00
parent 4067b6ed2c
commit 1a767105e6

View File

@@ -28,6 +28,8 @@ internal sealed class GZipFilePart : FilePart
}
else
{
// For non-seekable streams, we can't read the trailer or track position.
// Set to 0 since the stream will be read sequentially from its current position.
EntryStartPosition = 0;
}
}