1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 13:44:27 +00:00
wxiaoguang a94a8d0ab1
Use standard HTTP library to serve files (#24693)
`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.
2023-05-13 16:04:57 +02:00
..
2023-05-08 07:10:53 +00:00
2023-05-09 05:57:24 +00:00
2023-05-12 17:27:50 +00:00
2023-05-12 09:44:37 +00:00
2023-04-13 15:45:33 -04:00