]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the prev pointer from the filter chain. This removes
authorRyan Bloom <rbb@apache.org>
Thu, 7 Mar 2002 02:09:30 +0000 (02:09 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 7 Mar 2002 02:09:30 +0000 (02:09 +0000)
commit116497445f4a7420dcf09ba2f4d44da269122040
treeb824c40fcd2610b20c694ff4d794a1a2f0f82702
parent11748ba28eea697d2933413e65c57ef914cb1cef
Remove the prev pointer from the filter chain.  This removes
the complexity of trying to set the filter chain correctly, with the
side-effect of forcing us to walk the entire chain whenever we add
a filter.  Since the filter chains are small, the decrease in
complexity is worth it.
Reviewed by: Allan Edwards

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93745 13f79535-47bb-0310-9956-ffa450edef68
include/util_filter.h
server/core.c
server/protocol.c
server/request.c
server/util_filter.c