Skip to content

Properly handle 503 errors in info/refs endpoint

Stan Hu requested to merge sh-fix-503-argument-errors into master

Conflicting render_503 implementations, one in ApplicationController and another in GitHttpController, caused a "wrong number of arguments" error. To disambiguate these, rename the handler in GitHttpController to render_503_with_exception.

Closes #32925 (closed)

Edited by Stan Hu

Merge request reports