]> granicus.if.org Git - apache/commit
Performance fix: replaced the strcasecmp calls in ap_make_content_type()
authorBrian Pane <brianp@apache.org>
Fri, 10 May 2002 06:47:13 +0000 (06:47 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 10 May 2002 06:47:13 +0000 (06:47 +0000)
commit606428ce504ecd3a35d3f4da9a644c5a481210d1
tree10eb50b9bc622177be24f23fe76f368a0c65117d
parent6a2d08792aa7272ace1f39fa804d33e96967c589
Performance fix: replaced the strcasecmp calls in ap_make_content_type()
with apr_strmatch()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95026 13f79535-47bb-0310-9956-ffa450edef68
server/core.c
server/protocol.c