↳
In-reply-to
»
@prologic i'm guessing then a HEAD request is sent every 5m, and then the feed is fetched if the headers are different?
⤋ Read More
@zvava@twtxt.net No HEAD
requests, but regular GET
s with If-Modified-Since
request headers if possible: https://git.mills.io/yarnsocial/yarn/src/branch/main/internal/fetcher.go#L270