From: Jeff Trawick Date: Wed, 26 Nov 2003 02:12:49 +0000 (+0000) Subject: The caller of ap_pass_brigade() relinquishes ownership of the brigade. X-Git-Tag: pre_ajp_proxy~997 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c300dd03440442886634e8d7a3c3cc1e7b9a666;p=apache The caller of ap_pass_brigade() relinquishes ownership of the brigade. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index b086398a4d..a0bbb09897 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 */