From 75fa028e89b7e675053decc660dde95a8bd78b58 Mon Sep 17 00:00:00 2001 From: Daoyuan Li <94409450+DaoyuanLi2816@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:31:29 -0700 Subject: [PATCH] fix(artifacts): serve inline binary artifacts via FileResponse for Range support (#4281) * fix(artifacts): serve inline binary artifacts via FileResponse for Range support Audio/video/image artifacts that are previewed inline (not downloaded, not active content) were served by reading the whole file into memory and returning it through a plain Response. That response never sets Accept-Ranges and ignores any Range header the browser sends, so seeking an