mirror of
https://gitee.com/gitea/gitea
synced 2026-03-12 07:25:37 +08:00
Before moving to Chi, HEAD requests were automatically answered by GET handlers (SetAutoHead(true) from macaron was used). This Change will restore the previous behaviour. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>