From: Jeff Trawick Date: Wed, 26 Nov 2003 02:17:19 +0000 (+0000) Subject: The caller of ap_pass_brigade() relinquishes ownership of the brigade. X-Git-Tag: 2.0.49~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd6869f269a8555fdf2ac17308b94c4f3b76049;p=thirdparty%2Fapache%2Fhttpd.git The caller of ap_pass_brigade() relinquishes ownership of the brigade. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101896 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index b086398a4d7..a0bbb098970 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -318,6 +318,7 @@ AP_DECLARE(apr_status_t) ap_get_brigade(ap_filter_t *filter, * Pass the current bucket brigade down to the next filter on the filter * stack. The filter returns an apr_status_t value. If the bottom-most * filter doesn't write to the network, then ::AP_NOBODY_WROTE is returned. + * The caller relinquishes ownership of the brigade. * @param filter The next filter in the chain * @param bucket The current bucket brigade */