fix: HEAD requests fetch and stream the full body #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Docker
HEADroutes map tohandleProxy(internal/api/v1/proxy.go), which runs a fullFetch+io.Copy. HEAD manifest/blob existence checks are common; they should resolve metadata without fetching/streaming the whole artifact.