From fe8943bdc17da121f07acf15ac22b704310d4589 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Tue, 4 Sep 2007 11:08:22 +0000 Subject: [PATCH] buildfluff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572618 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/caching.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

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.

-- 2.40.0