0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-14 14:57:41 +01:00

4 Commits

Author SHA1 Message Date
Giteabot
af0cab23ea
Fix wrong last modify time () ()
Backport  by @lunny

Fix  and more places which use `http.TimeFormat` wrongly.
`http.TimeFormat` requires a UTC time. refer to
https://pkg.go.dev/net/http#TimeFormat

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-09-22 19:12:57 +00:00
Giteabot
e1a79ae0bf
Skip gzip for some well-known compressed file types () ()
Backport  by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
2024-05-02 14:50:24 +08:00
6543
8995046110
Less naked returns ()
just a step towards  

and some related refactoring
2023-07-07 05:31:56 +00:00
wxiaoguang
023a048f52
Make repository response support HTTP range request ()
Replace 
Replace 

Close 
2023-05-09 15:34:36 +08:00