From: Vincent Bray Date: Tue, 4 Sep 2007 11:07:33 +0000 (+0000) Subject: s/If-Match/If-None-Match/ per: X-Git-Tag: 2.3.0~1460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe1da6ba546399fa9283211484994bf38b41815;p=thirdparty%2Fapache%2Fhttpd.git s/If-Match/If-None-Match/ per: http://www.mail-archive.com/docs@httpd.apache.org/msg05488.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572617 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 81849b3bdab..2e8f32b4e75 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -189,7 +189,7 @@

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.