[master] 4b0fbc9 punchlines - no more
Nils Goroll
nils.goroll at uplex.de
Wed Sep 14 14:25:16 CEST 2016
commit 4b0fbc9e974370ed275bdf0d39df9b45beaf32d5
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Wed Sep 14 14:24:12 2016 +0200
punchlines - no more
diff --git a/doc/sphinx/whats-new/changes-5.0.rst b/doc/sphinx/whats-new/changes-5.0.rst
index 18ae6ae..2b887f1 100644
--- a/doc/sphinx/whats-new/changes-5.0.rst
+++ b/doc/sphinx/whats-new/changes-5.0.rst
@@ -93,8 +93,8 @@ and statistics) will now cause a cache-miss for all subsequent
requests, so if any backend response qualifies for caching, it will
get cached and subsequent requests will be hits.
-The punchline is: We've changed from "the uncacheable case wins" to
-"the cacheable case wins" or from hit-for-pass to hit-for-miss.
+In short: We've changed from "the uncacheable case wins" to "the
+cacheable case wins" or from hit-for-pass to hit-for-miss.
The primary consequence which we are aware of at the time of this
release is caused be the fact that, to create cacheable objects, we
@@ -157,9 +157,9 @@ criteria. Adding the request body to the cache key is not possible
with core varnish, but through a vmod
https://github.com/aondio/libvmod-bodyaccess
-The punchline: You should know what you are doing when caching
-anything but a GET or HEAD and without creating an appropriate cache
-key doing so is almost guaranteed to be wrong.
+To summarize: You should know what you are doing when caching anything
+but a GET or HEAD and without creating an appropriate cache key doing
+so is almost guaranteed to be wrong.
News for vmod authors
~~~~~~~~~~~~~~~~~~~~~
More information about the varnish-commit
mailing list