-
由 Stan Hu 创作于
In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17587, our 500 error rates rose when incomplete multipart uploads were sent, but this is really a client error, not a server error. This commit downgrades that to a 400 error by doing an ugly string comparison in `multipart.NextPart` to check for this condition. Changelog: changed
由 Stan Hu 创作于In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17587, our 500 error rates rose when incomplete multipart uploads were sent, but this is really a client error, not a server error. This commit downgrades that to a 400 error by doing an ugly string comparison in `multipart.NextPart` to check for this condition. Changelog: changed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
uploads.go 3.31 KiB