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
proxy should return a not found error for a package that isn't found
the error for a package that is on the blacklist should be different from the "not found" error, to allow the go client to discriminate properly between non-existing packages and packages prohibited by proxy policy.
The text was updated successfully, but these errors were encountered:
We should close this issue since we don't return 404s anymore. However, for better performance, we should open a new issue titled "return 404 and asynchronously fill cache" once cmd/go resolves this issue: golang/go#26334
proxy should return a not found error for a package that isn't found
the error for a package that is on the blacklist should be different from the "not found" error, to allow the go client to discriminate properly between non-existing packages and packages prohibited by proxy policy.
The text was updated successfully, but these errors were encountered: