From 13ac966cca4c830d570ffe9b034f9b0dd69bf955 Mon Sep 17 00:00:00 2001
From: Luca Toscano <elukey@apache.org>
Date: Mon, 25 Jan 2016 06:38:37 +0000
Subject: [PATCH] Amending the previous commit to remove any specific list of
 caching proxies.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726578 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/mod/mod_deflate.html.en | 2 +-
 docs/manual/mod/mod_deflate.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en
index 0bd6efec01..b778dfadf0 100644
--- a/docs/manual/mod/mod_deflate.html.en
+++ b/docs/manual/mod/mod_deflate.html.en
@@ -287,7 +287,7 @@ content</a></h2>
     by this directive then httpd will switch to chunked encoding 
     (HTTP header <code>Transfer-Encoding</code> set to <code>Chunked</code>), with the
     side effect of not setting any <code>Content-Length</code> HTTP header. This is particularly 
-    important when httpd works behind reverse caching proxies like Varnish or when httpd is configured with 
+    important when httpd works behind reverse caching proxies or when httpd is configured with 
     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> and <code class="module"><a href="../mod/mod_cache_disk.html">mod_cache_disk</a></code> because
     HTTP responses without any <code>Content-Length</code> header might not be cached.
   </p>
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 81a8782f6d..28cbce302f 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -300,7 +300,7 @@ CustomLog "logs/deflate_log" deflate
     by this directive then httpd will switch to chunked encoding 
     (HTTP header <code>Transfer-Encoding</code> set to <code>Chunked</code>), with the
     side effect of not setting any <code>Content-Length</code> HTTP header. This is particularly 
-    important when httpd works behind reverse caching proxies like Varnish or when httpd is configured with 
+    important when httpd works behind reverse caching proxies or when httpd is configured with 
     <module>mod_cache</module> and <module>mod_cache_disk</module> because
     HTTP responses without any <code>Content-Length</code> header might not be cached.
   </p>
-- 
2.40.0