1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/modules/httpcache
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
..
httpcache_test.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
httpcache.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00