]> source.dussan.org Git - gitea.git/commit
Make repository response support HTTP range request (#24592)
authorwxiaoguang <wxiaoguang@gmail.com>
Tue, 9 May 2023 07:34:36 +0000 (15:34 +0800)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 07:34:36 +0000 (15:34 +0800)
commit023a048f52b5bf8c4b715285245a129f04e05a8c
tree2ea5c0d940a9439e9760b00f735d869444d87165
parentc090f87a8db5b51e0aa9c7278b38ddc862c048ac
Make repository response support HTTP range request (#24592)

Replace #20480
Replace #18448

Close #16414
13 files changed:
modules/context/context_serve.go
modules/context/context_test.go
modules/httplib/httplib.go [deleted file]
modules/httplib/mock.go [new file with mode: 0644]
modules/httplib/request.go [new file with mode: 0644]
modules/httplib/serve.go [new file with mode: 0644]
modules/httplib/serve_test.go [new file with mode: 0644]
modules/lfs/content_store.go
routers/api/v1/repo/file.go
routers/common/repo.go [deleted file]
routers/common/serve.go [new file with mode: 0644]
routers/web/repo/attachment.go
routers/web/repo/download.go