]> 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)
commit009841808429ae1569f336c0aeaa8f7f52029888
tree64098f77121d455e12c2e8bbdbc0001b6e007c98
parent76d82a7d8a5970189da6e6a64ce21959667ca010
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