Byte range requests in File stream do not support all features defined by RFC.
Author: mladedavCreated Jul 1, 2026Updated Jul 6, 2026
LabelsC-enhancementbreaking changeA-axum-extra
- I have looked for existing issues (including closed) about this
Bug Report
Version
0.8.9
Crates
axum-extra
Description
In FileStream
We currently support only ranges like 100-199 but not suffix ranges like -100 or multiple ranges like 100-199, 300-399
Source: tokio-rs/axum