]> 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)
commit423c8a6a0f627ef5270c3748554d6fdb869b1f73
tree309e47aa409a672215cc7dca255207049e87e6b6
parentf1acc3d9c4a749769361468140417d22e5004047
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