]> granicus.if.org Git - apache/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)
commitfb0ad3fd895bae7dc57ea3c1cae81dc4108e0a81
tree9080c35b2fb146fb3ae9e8602a96cf59a8952305
parent695d4cdd5d5c7310923206b76c3563837b4610b6
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