Skip to content

Support custom error page override via X-GitLab-Custom-Error

Stan Hu requested to merge sh-custom-error-override into master

Workhorse normally intercepts all error codes, which hides the useful (and colorful) error messages that GitLab may send. Adding this header will allow GitLab to show these.

Needed to support https://gitlab.com/gitlab-org/gitlab-ce/issues/23197

Merge request reports