mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-17 16:56:42 +01:00
Enable chunked transfer encoding for Git LFS uploads by adding Transfer-Encoding: chunked header to upload action responses. This prevents large file uploads (100+ MB) from being blocked by reverse proxies like Cloudflare that buffer non-chunked requests. Fix https://github.com/go-gitea/gitea/issues/22233 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>