When an upstream registry answers 404 for an artifact download, the proxy responds 502 Bad Gateway instead of 404 Not Found. #184 fixed this for the Go handler only but every other ecosystem is still affected.
This can result in package managers treating the repository as broken instead of continuing resolution.
When an upstream registry answers 404 for an artifact download, the proxy responds
502 Bad Gatewayinstead of404 Not Found. #184 fixed this for the Go handler only but every other ecosystem is still affected.This can result in package managers treating the repository as broken instead of continuing resolution.