]> 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)
commit41a7e56b09bb82966d5a3014ab42fe404448e2d8
tree5f14ca8950137ef0ee2d52b5e285391e38b42e3d
parenteb4b9b52161a2b3e3e2b90464ad812455e4ceed5
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