]> granicus.if.org Git - apache/commitdiff
buildfluff
authorVincent Bray <noodl@apache.org>
Tue, 4 Sep 2007 11:08:22 +0000 (11:08 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 4 Sep 2007 11:08:22 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572618 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en

index 9226cc083d555dad250856648ec99395ccc388bc..9c44d63a00766dcf7879611346d8a98e27dcf8c7 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>