]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow modules to specify the first module for a sub-request. This allows
authorRyan Bloom <rbb@apache.org>
Wed, 22 Nov 2000 19:38:07 +0000 (19:38 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 22 Nov 2000 19:38:07 +0000 (19:38 +0000)
commit02f60b7ea4b0736130ba48289ee920cc52c80449
tree309e47aa409a672215cc7dca255207049e87e6b6
parent9f9ed49a0c7e6353295c532226836e70d44deb17
Allow modules to specify the first module for a sub-request.  This allows
modules to not have to muck with the output_filter after it creates the
sub-request.  Without this change, modules that create a sub-request have
to manually edit the output_filters, and therefore skip the sub-request
output_filter.  If they skip the sub-request output_filter, then we end
up sending multiple EOS buckets to the core_output_filter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87065 13f79535-47bb-0310-9956-ffa450edef68
include/http_request.h
modules/generators/mod_autoindex.c
modules/http/http_core.c
modules/http/http_request.c
modules/mappers/mod_dir.c
modules/mappers/mod_negotiation.c
server/util_script.c