]> 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)
commit6be139bcf28ae114909f082eb89f9a61f5f3cd1d
treeb824c40fcd2610b20c694ff4d794a1a2f0f82702
parenta614c69c99c51ab18483909a7161288b8783a906
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