summaryrefslogtreecommitdiffstats
path: root/modules/httplib/serve_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-6/+7
| | | | | | | `http.ServeFile/ServeContent` handles `If-xxx`, `Content-Length`, `Range` and `Etag` correctly After this PR, storage files (eg: avatar) could be responded with correct Content-Length.
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-0/+109
Replace #20480 Replace #18448 Close #16414