]> granicus.if.org Git - apache/commitdiff
Oftentimes, I make no sense whatsoever.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:25:07 +0000 (06:25 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:25:07 +0000 (06:25 +0000)
(Clean up comment, really...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91081 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 72532fa1520f10882aa0fbaefc450d079e655d0b..b8156425465ff4574e53b9786982ca5b7a92b868 100644 (file)
@@ -3083,9 +3083,10 @@ static apr_status_t includes_filter(ap_filter_t *f, apr_bucket_brigade *b)
     apr_table_unset(f->r->headers_out, "Content-Length");
 
     /* Always unset the ETag/Last-Modified fields - see RFC2616 - 13.3.4.
-     * We don't know if we are going to be include a virtual file (think
-     * exec) which may make the content completely dynamic or change the
-     * Last-Modified header.  Therefore, we can't support these headers.
+     * We don't know if we are going to be including a file or executing
+     * a program which may change the Last-Modified header or make the 
+     * content completely dynamic.  Therefore, we can't support these
+     * headers.
      */
     apr_table_unset(f->r->headers_out, "ETag");
     apr_table_unset(f->r->headers_out, "Last-Modified");