]> granicus.if.org Git - apache/commitdiff
The caller of ap_pass_brigade() relinquishes ownership of the brigade.
authorJeff Trawick <trawick@apache.org>
Wed, 26 Nov 2003 02:12:49 +0000 (02:12 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 26 Nov 2003 02:12:49 +0000 (02:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101895 13f79535-47bb-0310-9956-ffa450edef68

include/util_filter.h

index b086398a4d76637dea162e43cbdc5215f3fa8bcd..a0bbb09897049446d97f26c8b9b35df20ba5c8dd 100644 (file)
@@ -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
  */