You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mirror_worker: address lbaquerofierro review round 2 on PR 264
- Once at least one package is authenticated, a malformed later package is
treated like truncation (persist the verified prefix, 202) instead of
400, matching the spec's "MUST respond 202 once one package was
authenticated and saved". A malformed first package still 400s.
- Do not cosign past the persisted frontier: the spec updates the mirror
checkpoint to upload_end only once next_entry >= upload_end. A request
that persists nothing (empty body, or all-already-persisted packages)
with upload_end above the frontier now returns 202 to resume rather
than signing a checkpoint at a size no tiles were written for.
0 commit comments