]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Removed the creation of a temporary pool in the expression parsing
authorBrian Pane <brianp@apache.org>
Sun, 13 Jan 2002 06:34:10 +0000 (06:34 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 13 Jan 2002 06:34:10 +0000 (06:34 +0000)
commitbcfa8dbb281e948e0dbec8216f9fe7270e444c4d
tree2483631b66d0173b204df2612eb69a3803fc6c7b
parentdd1a8d5ce551b426f282ad98a8881fbb1f75fdc1
Removed the creation of a temporary pool in the expression parsing
code.  Now that the code no longer allocs huge buffers (based on the
last commit), there's no need to incur the overhead of creating a
temporary pool just to clean up the storage quickly.  This saves
a lot of space (because the temp pool used 8KB) and a small amount
of processing time.

As a side-effect of this change, we don't need the gotos any longer.

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