From: Vincent Bray Date: Tue, 4 Sep 2007 11:12:39 +0000 (+0000) Subject: Backport r572617 from trunk (s/If-Match/If-None-Match/) X-Git-Tag: 2.2.6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9132ec4960e80290efe0e442c955c86ae1aaad44;p=thirdparty%2Fapache%2Fhttpd.git Backport r572617 from trunk (s/If-Match/If-None-Match/) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572620 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index c8893ad8a2b..5a0136f471e 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -170,7 +170,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.

diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 26268eaecdb..4c4116d1283 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.