Caching in feeds.module (http_request.inc) is enabled by default and it looks for the "Last-Modified" and/or "If-Modified-Since" headers. However, it should also check for value "must-revalidate" in the "Cache-Control" header.
Caching in feeds.module (http_request.inc) is enabled by default and it looks for the "Last-Modified" and/or "If-Modified-Since" headers. However, it should also check for value "must-revalidate" in the "Cache-Control" header.
Comments
Comment #1
alex_b commented#922102: http_request does not respect Cache-Control