]> granicus.if.org Git - apache/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)
commit7aebccf01bd9197281361d61eb31c76aed951e18
tree50f04a3c5a42476e0fd35b2302c65f0dbb5c4fcd
parentf702218cea9200125c9bef9ee7ae92db9b09de1a
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