From: Brian Pane Date: Fri, 7 Dec 2001 03:59:29 +0000 (+0000) Subject: updated some comments to accurately reflect the current code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fccb3dbe07b0bba2ac7b9542a387cfb92cd8f1a9;p=apache updated some comments to accurately reflect the current code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92360 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index b3ba17305a..f096097ec6 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -2859,8 +2859,7 @@ static apr_status_t send_parsed_content(apr_bucket_brigade **bb, /* 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 @@ static apr_status_t includes_filter(ap_filter_t *f, apr_bucket_brigade *b) * 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);