]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make the includes filter check return codes from filters lower in
authorRyan Bloom <rbb@apache.org>
Thu, 2 Aug 2001 04:59:51 +0000 (04:59 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 2 Aug 2001 04:59:51 +0000 (04:59 +0000)
commitfd1eb445f668b65e90ca4b1a4791e1ca0ccb55e4
treec41c8cc9e725452cd692cdc9b454ba8e70158c0c
parent85e8fbd0e21fec6cb8c6cb0af6cdb8c592bbec67
Make the includes filter check return codes from filters lower in
the filter chain.  If a lower level filter returns an error, then
the request needs to stop immediately.  This allows mod_include to
stop parsing data once a lower filter recognizes an error.
PR: 8102

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89870 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c