From 6c300dd03440442886634e8d7a3c3cc1e7b9a666 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 26 Nov 2003 02:12:49 +0000 Subject: [PATCH] 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 --- include/util_filter.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0