mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Compress HTML responses to Gzip/Deflate if supported by browser
This commit is contained in:
parent
53deb0b8cd
commit
34a3fe426b
40 changed files with 82 additions and 58 deletions
|
@ -58,5 +58,5 @@ func (c *Controller) ShowStarredPage(w http.ResponseWriter, r *http.Request) {
|
|||
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
|
||||
view.Set("hasSaveEntry", c.store.HasSaveEntry(user.ID))
|
||||
|
||||
html.OK(w, view.Render("bookmark_entries"))
|
||||
html.OK(w, r, view.Render("bookmark_entries"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue