[master] 27aa521 take a note on the hit-for-pass to hit-for-miss change
Nils Goroll
nils.goroll at uplex.de
Mon Sep 12 14:27:12 CEST 2016
commit 27aa52117b4ac59cc0fe080a011eddfdf2f30d65
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Mon Sep 12 14:26:05 2016 +0200
take a note on the hit-for-pass to hit-for-miss change
diff --git a/doc/changes.rst b/doc/changes.rst
index 0fba41c..871875d 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -15,6 +15,14 @@ Major items:
* Always send the request body to the backend, making possible to cache
POST, PUT, PATCH etc.
+* hit-for-pass is now actually hit-for-miss: Objects cached as
+ uncacheable now trigger misses rather than hits, so when a cacheable
+ object becomes available, it will be cached even before the ttl of
+ the uncacheable object expires. As a particular implication of this,
+ conditional request headers (If-Modified-Since, If-None-Match) are
+ now being removed for hits on uncacheable objects.
+
+ Documentation and counters still refer to the mechanism as hit-for-pass
======================================
Varnish Cache 4.1.3-beta1 (2016-06-15)
More information about the varnish-commit
mailing list