Add eDNS option + fix blob range bug

This commit is contained in:
mdecimus
2025-03-09 17:32:32 +01:00
parent d985cc15c2
commit d4ac752276
2 changed files with 8 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ impl BlobStore {
_ => return result,
};
if range.end >= decompressed.len() {
if range.end > decompressed.len() {
Ok(Some(decompressed))
} else {
Ok(Some(