mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-09-21 05:21:43 +00:00
continuous-integration/drone/push Build is passing
Several channels with allowsForwarding=true were still falling back to download+reupload for specific RAR archives after the signature-bytes fix, with zero log output to explain why — walkRarVolume and readRarListingRanged return null silently on signature-detection failure, the MAX_RAR_BLOCKS/MAX_RAR_HEADER_BYTES guards, and a non-positive advance. Log each case so the next occurrence identifies the actual cause instead of requiring another guess-and-redeploy cycle.