forked from golang/pkgsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/fetch: make readme too large a ModuleTooLarge error
A too large README was returning an error with no code, resulting in a 500 from the worker which would then retry the module. This updates the error to be a ModuleTooLarge error, preventing it from being retried. Change-Id: Ib93d7d34e0104c5fb630286854f2d165b4379042 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/529375 kokoro-CI: kokoro <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters