]> granicus.if.org Git - apache/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)
commitfea14d15c420c09b9d7b625a2ba4745e07ce2bbb
tree2483631b66d0173b204df2612eb69a3803fc6c7b
parent93cd9b9e655bdfd02347df570079338a45a1034e
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