]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Eliminated various large (8KB) string buffers from the stack in
authorBrian Pane <brianp@apache.org>
Sun, 6 Jan 2002 06:41:30 +0000 (06:41 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 6 Jan 2002 06:41:30 +0000 (06:41 +0000)
commitc4e9b1f0a10903d7968104f4182d4efa0e1dd894
tree86a4b5c594dd29569e358c4dd2af9306929e6590
parent1a24d5bb5cd14ed0c33a41c8a03c0ca07f59710b
Eliminated various large (8KB) string buffers from the stack in
mod_include by adding support for a power-of-two pool-based allocator
in ap_ssi_parse_string(). (The default operation of this function
is backward-compatible, to support the other modules that call it.)
This change should help reduce memory usage for servers delivering
shtml pages.

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