diff options
author | Vincent Bray <noodl@apache.org> | 2007-09-04 13:08:22 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-09-04 13:08:22 +0200 |
commit | fe8943bdc17da121f07acf15ac22b704310d4589 (patch) | |
tree | aa2eb4ef41035677460e59d43d6c6f8bbd952b1e /docs/manual/caching.html.en | |
parent | s/If-Match/If-None-Match/ per: (diff) | |
download | apache2-fe8943bdc17da121f07acf15ac22b704310d4589.tar.xz apache2-fe8943bdc17da121f07acf15ac22b704310d4589.zip |
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.html.en')
-rw-r--r-- | docs/manual/caching.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 9226cc083d..9c44d63a00 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -170,7 +170,7 @@ <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> |