folbricht / desync

Alternative casync implementation
BSD 3-Clause "New" or "Revised" License
343 stars 44 forks source link

Fix error type from HTTP stores #239

Closed folbricht closed 1 year ago

folbricht commented 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.