]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_bucket_d...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 1 Aug 2014 04:23:50 +0000 (04:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 1 Aug 2014 04:23:50 +0000 (04:23 +0000)
commitfed2170fa0ccec021c2c3fac8217eadea06f3aaf
tree9080c35b2fb146fb3ae9e8602a96cf59a8952305
parent3229c2b0a6ccbabb6ff5e02b8a25a07f37595924
Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_bucket_delete(e) to reduce code verbosity

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1615026 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_xml2enc.c
modules/http/byterange_filter.c
modules/proxy/mod_proxy_ftp.c
server/core_filters.c
server/util_script.c