]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change mod_include to use the latest bucket API tricks. This gets
authorCliff Woolley <jwoolley@apache.org>
Fri, 20 Apr 2001 20:58:28 +0000 (20:58 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 20 Apr 2001 20:58:28 +0000 (20:58 +0000)
commit4f2f69e6e699f3a8315b7f45b7fe210457594e54
tree62dd960593e4f1ac69689d2c538907ea2e00c7b1
parenteed63954f38915b707e8e35684a20c04073c6bcf
Change mod_include to use the latest bucket API tricks.  This gets
rid of some obscure while loop magic that had to be done before,
making mod_include easier to read and a better example for future
filter writers.

There should be no semantic changes in this patch... just a 1-to-1
mapping from while loops to bucket API calls that do the same thing.

Reviewed by: Paul J. Reder

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