From: Brian Pane Date: Sun, 15 Jun 2003 05:30:16 +0000 (+0000) Subject: Clarified comment on arg constraints for ap_get_brigade() X-Git-Tag: pre_ajp_proxy~1542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f03360776844dc5ded3a4433f38f559853820305;p=thirdparty%2Fapache%2Fhttpd.git Clarified comment on arg constraints for ap_get_brigade() Submitted by: Joe Schaefer Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100249 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index fb75f37b9ea..a4ba30bf3e9 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -298,7 +298,8 @@ struct ap_filter_t { * 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 bucket The current bucket brigade. The original brigade passed + * to ap_get_brigade() must be empty. * @param mode The way in which the data should be read * @param block How the operations should be performed * ::APR_BLOCK_READ, ::APR_NONBLOCK_READ