]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
There is no reason to insert the protocol filters in the insert_filters
authorRyan Bloom <rbb@apache.org>
Thu, 7 Mar 2002 05:02:53 +0000 (05:02 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 7 Mar 2002 05:02:53 +0000 (05:02 +0000)
commit381f0e2dcf0db37acc2526065d585b5d5d6c6272
tree5f14ca8950137ef0ee2d52b5e285391e38b42e3d
parent48add1898110b27d5b85457a928694476f8ba121
There is no reason to insert the protocol filters in the insert_filters
phase.  This moves us to inserting the filters in the create_request
phase.  This makes more sense, because now the protocol filters are attached
to the request as soon as possible.  Previously, some requests never
called the insert_filters phase, so they don't get the filters.  Think
redirects for reqeusts that never call insert_filters.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93750 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c