You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the CachePlugin should handle Last-Modified and Etag headers and send If-None-Match resp. If-Modified-Since headers along if the data is still in the cache. this would allow the server to respond with a 304 Not Modified and we could update the cached response and then return that.
The text was updated successfully, but these errors were encountered:
dbu
changed the title
Validation
Cache Validation
Jul 3, 2016
See php-http/plugins#57, @dbu wrote:
The text was updated successfully, but these errors were encountered: