]> granicus.if.org Git - apache/commit
Implement AddOutputFilterByType by doing strcmp()s instead of creating
authorStefan Fritsch <sf@apache.org>
Thu, 15 Sep 2011 20:49:56 +0000 (20:49 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 15 Sep 2011 20:49:56 +0000 (20:49 +0000)
commitb19bb370106e8ab254fc417c0638b471917e5baa
tree94f375edf5e8daa5ba360734bba01506f7c581b1
parent4ce184aeb09e65bfefe680c81e1459a59ad64b7c
Implement AddOutputFilterByType by doing strcmp()s instead of creating
lots of ap_expr's. This is more efficient and fixes string escaping
issues in the old code.

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