]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix breakage from Brian Pane's util_filter switch to hash tables.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 4 Sep 2001 07:59:55 +0000 (07:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 4 Sep 2001 07:59:55 +0000 (07:59 +0000)
commit4db33d47fd3e76b8b3dfde81837062b69205f07d
treee4e9f24c04195c922c9f28ab88e13ab80ba65f6a
parent54a804a28ef5a292b3cd5af897d07ce43b8139e4
Fix breakage from Brian Pane's util_filter switch to hash tables.

There were some places that were expecting what you put into frec
would be what frec->name would be.  Not true anymore.

There are enough other places that were already doing the strcasecmp
that it makes more sense to just make it all strcasecmp across the
board rather than changing the UPPERCASE to lowercase.

(None of these with the exception of old_filter look to be in the
critical path anyway...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90890 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_charset_lite.c
modules/experimental/mod_disk_cache.c
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/protocol.c