pass HTTP metadata in S3/R2 Source impls

This commit is contained in:
Brandon Liu
2022-11-22 14:43:15 +08:00
parent a619aa84e2
commit f457724da1
3 changed files with 15 additions and 3 deletions

View File

@@ -866,6 +866,8 @@ export class PMTiles {
d_l = entry.length;
}
} else {
// TODO: We should in fact return a valid RangeResponse
// with empty data, but filled in cache control / expires headers
return undefined;
}
}