miniflux-v2/internal/reader
Thomas J Faughnan Jr fe0ef8b579 Fix conditional requests regression
The recent HTTP client refactor in 14e25ab9fe
caused feed refreshes to no longer make conditional requests. Prior to
the refactor, `client.WithCacheHeaders` handled this. Now this function
is split into `fetcher.WithETag` and `fetcher.WithLastModified` but
these functions are only declared and never actually used. Fix this by
calling them inside `handler.RefreshFeed`.
2023-11-29 19:46:50 -08:00
..
atom Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
date Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
dublincore Strip HTML tags from DublinCore Creator tags 2023-09-08 17:39:49 -07:00
encoding Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
fetcher Fix default User-Agent regression 2023-11-18 20:57:47 +01:00
handler Fix conditional requests regression 2023-11-29 19:46:50 -08:00
icon Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
json Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
media Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
opml Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
parser Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed 2023-10-22 18:05:37 -07:00
processor Fix default User-Agent regression 2023-11-18 20:57:47 +01:00
rdf Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
readability Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
readingtime Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo 2023-10-06 22:04:31 -07:00
rewrite Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
rss Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
sanitizer Allow iframes pointing to Twitch videos 2023-10-27 10:02:57 -07:00
scraper Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
subscription Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed 2023-10-22 18:05:37 -07:00
xml Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00