Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard HTTP library to serve files (#24693) | wxiaoguang | 2023-05-13 | 1 | -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) | wxiaoguang | 2023-05-09 | 1 | -0/+109 |
Replace #20480 Replace #18448 Close #16414 |