Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 7110 invoked by uid 500); 7 Dec 2001 04:18:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 7099 invoked by uid 500); 7 Dec 2001 04:18:33 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 7 Dec 2001 03:59:30 -0000 Message-ID: <20011207035930.70259.qmail@icarus.apache.org> From: brianp@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/filters mod_include.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N brianp 01/12/06 19:59:30 Modified: modules/filters mod_include.c Log: updated some comments to accurately reflect the current code Revision Changes Path 1.165 +1 -4 httpd-2.0/modules/filters/mod_include.c Index: mod_include.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.c,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- mod_include.c 2001/12/07 03:09:54 1.164 +++ mod_include.c 2001/12/07 03:59:29 1.165 @@ -2859,8 +2859,7 @@ /* Retrieve the handler function to be called for this directive * from the functions registered in the hash table. * Need to lower case the directive for proper matching. Also need - * to have it NULL terminated (and include the NULL in the length) - * for proper hash matching. + * to have it NULL terminated for proper hash matching. */ for (tmp_i = 0; tmp_i < ctx->directive_length; tmp_i++) { ctx->combined_tag[tmp_i] = @@ -3075,8 +3074,6 @@ * torquing our own last_modified date as well so that the * LAST_MODIFIED variable gets reset to the proper value if the * nested document resets . - * We also insist that the memory for this subrequest not be - * destroyed, that's dealt with in handle_include(). */ r->subprocess_env = r->main->subprocess_env; apr_pool_join(r->main->pool, r->pool);