]> granicus.if.org Git - apache/commit
cleanup the TOKEN_AND/OR tree generation code.
authorAndré Malo <nd@apache.org>
Thu, 28 Aug 2003 01:13:11 +0000 (01:13 +0000)
committerAndré Malo <nd@apache.org>
Thu, 28 Aug 2003 01:13:11 +0000 (01:13 +0000)
commit94d7c98e6361a99f9811da21e3a1352e14b4342c
tree05760dd0ad298b14fc04bcff2121f13243e19195
parent3d5088b170a151ac7fcca53ec6fe58182cd0ce38
cleanup the TOKEN_AND/OR tree generation code.
- check more exactly whether the previous token is correct
- flip the tree from left-weighted to right-weighted, which is
  more natural and more efficient, since we don't need to loop
  up to the root, but just until the next and/or token.
- that way, flip the short circuit evaluation again to cut
  the right side now if possible...

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