]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r572617 from trunk (s/If-Match/If-None-Match/)
authorVincent Bray <noodl@apache.org>
Tue, 4 Sep 2007 11:12:39 +0000 (11:12 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 4 Sep 2007 11:12:39 +0000 (11:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572620 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en
docs/manual/caching.xml

index c8893ad8a2b1c9163c37d2308f2673e061ef0063..5a0136f471e6032fed2807c9a6760d9f01b7164c 100644 (file)
       <p>HTTP offers a number of headers which allow a client, or cache
       to discern between different versions of the same content. For
       example if a resource was served with an "Etag:" header, it is
-      possible to make a conditional request with an "If-Match:" 
+      possible to make a conditional request with an "If-None-Match:" 
       header. If a resource was served with a "Last-Modified:" header
       it is possible to make a conditional request with an 
       "If-Modified-Since:" header, and so on.</p>
index 26268eaecdb1e3f3e7fa90b0ff78b5af29ef66b5..4c4116d1283d24bd033e13d18847eeadb398073b 100644 (file)
       <p>HTTP offers a number of headers which allow a client, or cache
       to discern between different versions of the same content. For
       example if a resource was served with an "Etag:" header, it is
-      possible to make a conditional request with an "If-Match:" 
+      possible to make a conditional request with an "If-None-Match:" 
       header. If a resource was served with a "Last-Modified:" header
       it is possible to make a conditional request with an 
       "If-Modified-Since:" header, and so on.</p>