]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
improve expansion performance.
authorAndré Malo <nd@apache.org>
Mon, 4 Aug 2003 21:47:08 +0000 (21:47 +0000)
committerAndré Malo <nd@apache.org>
Mon, 4 Aug 2003 21:47:08 +0000 (21:47 +0000)
commit7634e76546f5274219bb2edc9dbeb67b7ba0d62d
tree83abbd4a74af97fad724d810f609a6cb751c3ff2
parent4a66e0e84f16c69545efa6a91f92a5f25913d086
improve expansion performance.
If we have only small expansions (like just one variable - often used
in map keys or the like), don't stress the pool with allocating
memory for the linked result pointer list. This list can be safely
stored on the stack.

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