From: Aaron Bannert Date: Thu, 7 Mar 2002 22:55:03 +0000 (+0000) Subject: Comments like this help keep the sanity of module authors. X-Git-Tag: CHANGES~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67fbc60044b326b399fe2f46f7777cc397637fe;p=thirdparty%2Fapache%2Fhttpd.git Comments like this help keep the sanity of module authors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93783 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index 8a66a472271..c4950ffb3ba 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -282,6 +282,7 @@ struct ap_filter_t { * Get the current bucket brigade from the next filter on the filter * stack. The filter returns an apr_status_t value. If the bottom-most * filter doesn't read from the network, then ::AP_NOBODY_READ is returned. + * The bucket brigade will be empty when there is nothing left to get. * @param filter The next filter in the chain * @param bucket The current bucket brigade * @param mode The way in which the data should be read