]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We don't need transfer_brigade() because we already have macros to do that
authorCliff Woolley <jwoolley@apache.org>
Fri, 1 Mar 2002 05:43:57 +0000 (05:43 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 1 Mar 2002 05:43:57 +0000 (05:43 +0000)
commit6fd57a116d4a6f0ba71b327ffeba702066f4a879
tree50f04a3c5a42476e0fd35b2302c65f0dbb5c4fcd
parent94954027814fe8893154349256e7ccab1c509e74
We don't need transfer_brigade() because we already have macros to do that
for us, and faster.  :)

Warning, though:  transfer_brigade() was equivalent to APR_BRIGADE_CONCAT(),
and I don't think that was the right behavior for one of the two callers!
I changed that one to use APR_BRIGADE_PREPEND() since by my inspection that
looks like what it should be, but please check me on this.

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