Closed folbricht closed 1 year ago
Fixes https://github.com/folbricht/desync/issues/238
The base-http handler would return NoSuchObject for a chunk not found in the store, but for routers to work this needs to be mapped to ChunkMissing.
NoSuchObject
ChunkMissing
Fixes https://github.com/folbricht/desync/issues/238
The base-http handler would return
NoSuchObject
for a chunk not found in the store, but for routers to work this needs to be mapped toChunkMissing
.