]> granicus.if.org Git - apache/commit
Performance fixes:
authorBrian Pane <brianp@apache.org>
Thu, 2 May 2002 03:19:44 +0000 (03:19 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 2 May 2002 03:19:44 +0000 (03:19 +0000)
commit8d637c1f13f4d6c3d2d31b245c745531169502c2
tree64098f77121d455e12c2e8bbdbc0001b6e007c98
parent37060b992e96f872b75d7a6ad29c15847d2a4303
Performance fixes:
* eliminate some copying of sub-parts of the content type in analyze_ct()
* take advantage of the fact that we know the lengths of those sub-parts
  in find_ct() to avoid having to recompute their length for concatenation

The charset handling code needs the same type of optimization eventually.

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