mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 00:17:11 +00:00
refactor: move HTTP range helper contracts (#3533)
This commit is contained in:
@@ -300,7 +300,7 @@ async fn create_dlo_stream(
|
||||
|
||||
async move {
|
||||
let range_spec = if byte_start > 0 || byte_end < segment.size as u64 - 1 {
|
||||
Some(rustfs_ecstore::store_api::HTTPRangeSpec {
|
||||
Some(rustfs_storage_api::HTTPRangeSpec {
|
||||
is_suffix_length: false,
|
||||
start: byte_start as i64,
|
||||
end: byte_end as i64,
|
||||
|
||||
Reference in New Issue
Block a user