]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
overhaul of ap_ssi_parse_string
authorAndré Malo <nd@apache.org>
Sat, 23 Aug 2003 03:27:51 +0000 (03:27 +0000)
committerAndré Malo <nd@apache.org>
Sat, 23 Aug 2003 03:27:51 +0000 (03:27 +0000)
commit066e0c9d40323a6f81a8c63fedc41b9f7c47968d
tree428cd20fea6731dfb0dc14c4e09354356cd4d1fe
parentb37c094b16368a54de08f1ef40157ef1fb4222c0
overhaul of ap_ssi_parse_string
- improve efficiency and memory footprint (don't use the power-of-two
  allocator)
- allow the combination of out = NULL && length = 0, which means that
  the resulting expansion is unlimited in length

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